projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c986081
)
minor whitespace removal
author
Michael Rash
<mbr@cipherdyne.org>
Tue, 25 Oct 2011 00:48:20 +0000 (20:48 -0400)
committer
Michael Rash
<mbr@cipherdyne.org>
Tue, 25 Oct 2011 00:48:20 +0000 (20:48 -0400)
server/fw_util_ipfw.c
patch
|
blob
|
history
diff --git
a/server/fw_util_ipfw.c
b/server/fw_util_ipfw.c
index
ee39f7e
..
7768887
100644
(file)
--- a/
server/fw_util_ipfw.c
+++ b/
server/fw_util_ipfw.c
@@
-157,7
+157,7
@@
fw_dump_rules(fko_srv_options_t *opts)
/* Expect full success on this */
if(! EXTCMD_IS_SUCCESS(res))
{
- log_msg(LOG_ERR, "Error %i from cmd:'%s': %s", res, cmd_buf, err_buf);
+ log_msg(LOG_ERR, "Error %i from cmd:'%s': %s", res, cmd_buf, err_buf);
got_err++;
}
}