diff options
-rw-r--r-- | sbin/ipfw/ipfw2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index 57349e2..c77efa8 100644 --- a/sbin/ipfw/ipfw2.c +++ b/sbin/ipfw/ipfw2.c @@ -3766,6 +3766,7 @@ ipfw_main(int oldac, char **oldav) /* * optional: pipe or queue */ + do_pipe = 0; if (!strncmp(*av, "pipe", strlen(*av))) do_pipe = 1; else if (!strncmp(*av, "queue", strlen(*av))) |