aqhome-tool: fixed return value ("1" stops the calling loop).
This commit is contained in:
@@ -525,9 +525,9 @@ int AQH_ToolClient_HandleResultMsg(GWEN_UNUSED const AQH_MESSAGE *msg, const GWE
|
||||
|
||||
text=AQH_IpcMessageResult_GetText(tagList);
|
||||
DBG_ERROR(NULL, "ERROR: %d (%s)", result, text?text:"");
|
||||
return 3;
|
||||
return GWEN_ERROR_GENERIC;
|
||||
}
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user