diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-27 15:47:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-27 15:47:08 +0000 |
commit | f7ac2b805eecb132afc82ceb593b9654fff948ca (patch) | |
tree | bb0df6f5e86f06049e9b4b77ec1c6000fc5ac9b9 /sbin/pfctl/pfctl.c | |
parent | 24cd23e8e95ac1eea1d774914b1cf035f10e7695 (diff) |
unbreak tree
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r-- | sbin/pfctl/pfctl.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 440458dc61e..c7a93107b1c 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.225 2004/12/27 13:35:57 henning Exp $ */ +/* $OpenBSD: pfctl.c,v 1.226 2004/12/27 15:47:07 deraadt Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1676,8 +1676,6 @@ main(int argc, char *argv[]) pfctl_clear_src_nodes(dev, opts); pfctl_clear_stats(dev, opts); pfctl_clear_fingerprints(dev, opts); - pfctl_set_interface_flags(pf, "", - PFI_IFLAG_SKIP, 0); } break; case 'o': @@ -1697,10 +1695,6 @@ main(int argc, char *argv[]) rulesopt = NULL; } - if ((rulesopt != NULL) && !*anchorname) - if (pfctl_set_interface_flags(pf, "", PFI_IFLAG_SKIP, 0)) - error = 1; - if (rulesopt != NULL) if (pfctl_file_fingerprints(dev, opts, PF_OSFP_FILE)) error = 1; |