- Fixed NB indexing
- Fixed an issue with setbin generated time binnings
This commit is contained in:
@@ -967,6 +967,10 @@ void SctQueueNode(SctController * controller, Hdb * node,
|
||||
SctData *data;
|
||||
hdbCallback *cb;
|
||||
|
||||
/*
|
||||
* The test for read below is questionable. If this becomes a problem
|
||||
* take it out and tell Mark and Markus about the fact.
|
||||
*/
|
||||
if (!FindHdbCallbackData(node, controller) && strcmp(action,"read") == 0) {
|
||||
cb = MakeHipadabaCallback(SctMainCallback, controller, NULL);
|
||||
assert(cb);
|
||||
|
||||
Reference in New Issue
Block a user