Remove dead assignment

This commit is contained in:
Travis Cross 2014-08-22 00:58:53 +00:00
parent b5a87aea7f
commit e2d67d4ead
1 changed files with 0 additions and 1 deletions

View File

@ -1569,7 +1569,6 @@ SWITCH_DECLARE(switch_status_t) switch_find_local_ip(char *buf, int len, int *ma
doh:
if (tmp_socket > 0) {
close(tmp_socket);
tmp_socket = -1;
}
#endif