summaryrefslogtreecommitdiff
path: root/netsniff-ng.c
diff options
context:
space:
mode:
Diffstat (limited to 'netsniff-ng.c')
-rw-r--r--netsniff-ng.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/netsniff-ng.c b/netsniff-ng.c
index efcba74..57edc43 100644
--- a/netsniff-ng.c
+++ b/netsniff-ng.c
@@ -1557,6 +1557,7 @@ int main(int argc, char **argv)
if (!ops_touched)
ctx.pcap = PCAP_OPS_MM;
} else {
+ setsockmem = false;
main_loop = read_pcap;
if (!ops_touched)
ctx.pcap = PCAP_OPS_SG;