diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-03 21:55:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-03 21:55:45 +0000 |
commit | e005ec6b455a61f15858ca32aca4f5ccd4568f4d (patch) | |
tree | 1b3f880b57ea113e81cf4a9bc9f1adfab6cf87cb | |
parent | a720af15c5be43fc89e4b723cded2da498f03ed4 (diff) |
KNF
-rw-r--r-- | sbin/pfctl/pfctl_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_table.c b/sbin/pfctl/pfctl_table.c index 21c023c726d..423b26644e3 100644 --- a/sbin/pfctl/pfctl_table.c +++ b/sbin/pfctl/pfctl_table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_table.c,v 1.3 2003/01/03 21:53:35 cedric Exp $ */ +/* $OpenBSD: pfctl_table.c,v 1.4 2003/01/03 21:55:44 deraadt Exp $ */ /* * Copyright (c) 2002 Cedric Berger @@ -315,7 +315,7 @@ _pfctl_table(int argc, char *argv[], char *tname, char *command, sizeof(buffer.addrs[0])); } RVTEST(pfr_tst_addrs(&table, buffer.addrs, size, &nmatch, - flags)); + flags)); if (!(opts & PF_OPT_QUIET)) printf("%d/%d addresses match.\n", nmatch, size); if (opts & PF_OPT_VERBOSE && !(opts & PF_OPT_VERBOSE2)) |