mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 22:40:18 +00:00
Indicate when message receiver does not exist
This commit is contained in:
@@ -47,7 +47,7 @@ struct response *send_message(struct module *root, const char *const_path, struc
|
||||
pthread_mutex_unlock(&old_receiver->lock);
|
||||
|
||||
free(tmp);
|
||||
return new_response(RESPONSE_ACCEPTED, NULL);
|
||||
return new_response(RESPONSE_ACCEPTED, strdup("(receiver not yet exists)"));
|
||||
}
|
||||
pthread_mutex_lock(&receiver->lock);
|
||||
pthread_mutex_unlock(&old_receiver->lock);
|
||||
|
||||
Reference in New Issue
Block a user