Help Coverity Scan see the unlock

This commit is contained in:
Roger A. Light
2025-08-22 15:03:10 +01:00
parent 386101f2ac
commit dde9282e27
+3 -1
View File
@@ -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)