From: Martin Mares Date: Thu, 19 Jun 2003 11:16:58 +0000 (+0000) Subject: Cleanup. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7eda9f69a807ed2394604a8ae60b78c7c163927c;p=netgrind.git Cleanup. --- 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); }