From 7eda9f69a807ed2394604a8ae60b78c7c163927c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 19 Jun 2003 11:16:58 +0000 Subject: [PATCH] Cleanup. --- netgrind/netgrind.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/netgrind/netgrind.c b/netgrind/netgrind.c index 49850a7..c7680f7 100644 --- a/netgrind/netgrind.c +++ b/netgrind/netgrind.c @@ -42,10 +42,7 @@ static void mux_open(struct flow *f, u64 when) struct appl_hooks *appl = &appl_sink; if (dport == 80 || dport == 8080 || dport == 8081 || dport == 3128) - { - appl = &appl_http; - save_dir = "flows"; - } + appl = &appl_http; f->appl = appl; appl->open(f, when); } -- 2.39.5