Skip to content

Commit

Permalink
Remove useless '#if 1'
Browse files Browse the repository at this point in the history
  • Loading branch information
fxlb committed Aug 31, 2020
1 parent 95a2a70 commit afcfd1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pcap-dos.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,11 +1031,9 @@ static int init_watt32 (struct pcap *pcap, const char *dev_name, char *err_buf)
pcap_save.linktype = _eth_get_hwtype (NULL, NULL);
pcap_save.snapshot = MTU > 0 ? MTU : ETH_MAX; /* assume 1514 */

#if 1
/* prevent use of resolve() and resolve_ip()
*/
last_nameserver = 0;
#endif
return (1);
}

Expand Down

0 comments on commit afcfd1b

Please sign in to comment.