Remove dead assignment
This commit is contained in:
parent
b5a87aea7f
commit
e2d67d4ead
|
@ -1569,7 +1569,6 @@ SWITCH_DECLARE(switch_status_t) switch_find_local_ip(char *buf, int len, int *ma
|
||||||
doh:
|
doh:
|
||||||
if (tmp_socket > 0) {
|
if (tmp_socket > 0) {
|
||||||
close(tmp_socket);
|
close(tmp_socket);
|
||||||
tmp_socket = -1;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue