.
This commit is contained in:
@@ -119,6 +119,7 @@ static void worker_task(zsock_t *pipe, const char *disk_path) {
|
|||||||
if (!msg) {
|
if (!msg) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
zframe_t *client_id = zmsg_pop(msg);
|
zframe_t *client_id = zmsg_pop(msg);
|
||||||
// Checking for term message
|
// Checking for term message
|
||||||
if (zframe_streq(client_id, "$TERM")) {
|
if (zframe_streq(client_id, "$TERM")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user