- cosmetics
This commit is contained in:
@@ -1126,6 +1126,7 @@ static char *TransactionHandler(void *actionData, char *lastReply,
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
static int SctTransactMatch(void *d1, void *d2)
|
||||
{
|
||||
return d1 == d2;
|
||||
@@ -1156,7 +1157,7 @@ static int SctTransactCmd(pSICSOBJ ccmd, SConnection * con,
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(st->reply != NULL){
|
||||
if (st->reply != NULL) {
|
||||
SCWrite(con,st->reply,eValue);
|
||||
} else {
|
||||
SCWrite(con,"ERROR: no reply!",eError);
|
||||
|
||||
Reference in New Issue
Block a user