mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 22:40:18 +00:00
ADD_TO_PARAM: salt is no longer needed
UNIQUE_NAME is used instead of the salt
This commit is contained in:
@@ -717,7 +717,7 @@ static void set_socket_nonblock(fd_t fd) {
|
||||
#endif
|
||||
}
|
||||
|
||||
ADD_TO_PARAM(control_accept_global, "control-accept-global", "* control-accept-global\n"
|
||||
ADD_TO_PARAM("control-accept-global", "* control-accept-global\n"
|
||||
" Open control socket to public network.\n");
|
||||
static void * control_thread(void *args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user