- Added a SICS to Hipadaba adapter
- Added a separate polling module to SICS
This commit is contained in:
@@ -64,7 +64,7 @@ void AppendCommandParameter(pHdbCommand command, pHdb par){
|
||||
assert(command != NULL);
|
||||
assert(par != NULL);
|
||||
|
||||
AddHipadabaChild(command->parameters,par);
|
||||
AddHipadabaChild(command->parameters,par,NULL);
|
||||
}
|
||||
/*--------------------------------------------------------------------------*/
|
||||
void KillHdbCommandList(pHdbCommand commandList){
|
||||
@@ -79,7 +79,7 @@ void KillHdbCommandList(pHdbCommand commandList){
|
||||
free(current->name);
|
||||
}
|
||||
if(current->parameters != NULL){
|
||||
DeleteHipadabaNode(current->parameters);
|
||||
DeleteHipadabaNode(current->parameters,NULL);
|
||||
}
|
||||
free(current);
|
||||
current = next;
|
||||
|
||||
Reference in New Issue
Block a user