diff options
Diffstat (limited to 'pcap.c')
-rw-r--r-- | pcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ void pcap_init(struct ctx *c, int index) struct tm *tm; if (pcap_fd != -1) - close(pcap_fd); + return; if (!*c->pcap) return; |