1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-06-09 06:24:31 +00:00

Remove dead assignment

This commit is contained in:
Travis Cross 2014-08-22 00:58:53 +00:00
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