mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-27 14:22:34 +08:00
Help Coverity Scan see the unlock
This commit is contained in:
@@ -193,7 +193,9 @@ int ctrl_shell_publish_blocking(cJSON *j_command)
|
||||
}
|
||||
|
||||
/* Check for message callback */
|
||||
return response_wait(true);
|
||||
rc = response_wait(true);
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
void ctrl_shell__connect_blocking(const char *hostname, int port)
|
||||
|
||||
Reference in New Issue
Block a user