forked from Mirrors/freeswitch
try to make compiler -Werror hush
This commit is contained in:
parent
57fac728c6
commit
a1ed759b1c
@ -60,7 +60,9 @@ static void mycallback(esl_socket_t server_sock, esl_socket_t client_sock, struc
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
system(path);
|
if(system(path)) {
|
||||||
|
esl_log(ESL_LOG_ERROR, "System Call Failed! [%s]\n", strerror(errno));
|
||||||
|
}
|
||||||
esl_disconnect(&handle);
|
esl_disconnect(&handle);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user