- Fixed conflicts in ascon.c
- Supressed superfluous message from fmess - Expanded multicounter to deal with threshold commands nicely - Fixed an an issue with an uninitialized dummy connection in nserver - Many changes to simidex to make it work in a more reliable way. - Added hdbfactory path alias targetpath - Extended frame to deal with sinqhttp HM
This commit is contained in:
@ -1083,6 +1083,8 @@ int StandardScanWrapper(SConnection * pCon, SicsInterp * pSics,
|
||||
return WriteHeader(self);
|
||||
} else if (strcmp(argv[1], "prepare") == 0) {
|
||||
return PrepareScan(self);
|
||||
} else if (strcmp(argv[1], "noncheckprepare") == 0) {
|
||||
return NonCheckPrepare(self);
|
||||
} else if (strcmp(argv[1], "finish") == 0) {
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user