mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 11:50:29 +00:00
Remove dead assignment in libscgi
This commit is contained in:
parent
2b1ae831d1
commit
ba84e1d8f9
@ -579,7 +579,6 @@ SCGI_DECLARE(scgi_status_t) scgi_bind(const char *host, scgi_port_t port, scgi_s
|
|||||||
if (status == SCGI_FAIL) {
|
if (status == SCGI_FAIL) {
|
||||||
if (server_sock != SCGI_SOCK_INVALID) {
|
if (server_sock != SCGI_SOCK_INVALID) {
|
||||||
closesocket(server_sock);
|
closesocket(server_sock);
|
||||||
server_sock = SCGI_SOCK_INVALID;
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
*socketp = server_sock;
|
*socketp = server_sock;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user