sesman: void function should not return a value

This commit is contained in:
Koichiro IWAO 2015-03-12 05:53:03 +00:00
parent 291cb738a3
commit ac9ff52c1b
1 changed files with 1 additions and 1 deletions

View File

@ -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);