handle missing return values
This commit is contained in:
@@ -1738,7 +1738,9 @@ HostCB(Tt_message m, Tt_pattern p)
|
||||
if (state == TT_HANDLED) {
|
||||
value = tt_message_arg_val(m, 1);
|
||||
waitCB = 0;
|
||||
return TT_CALLBACK_PROCESSED;
|
||||
}
|
||||
return TT_CALLBACK_CONTINUE;
|
||||
}
|
||||
|
||||
/************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user