mirror of https://github.com/neutrinolabs/xrdp
sesman: void function should not return a value
This commit is contained in:
parent
291cb738a3
commit
ac9ff52c1b
|
@ -59,7 +59,7 @@ sesman_main_loop(void)
|
|||
if (g_sck < 0)
|
||||
{
|
||||
log_message(LOG_LEVEL_ERROR, "error opening socket, g_tcp_socket() failed...");
|
||||
return 1;
|
||||
return;
|
||||
}
|
||||
|
||||
g_tcp_set_non_blocking(g_sck);
|
||||
|
|
Loading…
Reference in New Issue