aboutsummaryrefslogtreecommitdiff
path: root/security/firewalk/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-16 22:11:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-16 22:11:47 +0000
commit69d2d59398940456bc060700ea62cf8a45cf9476 (patch)
treeceb8b799bd43ae1cd3ce971bbebe94ee1cf14d80 /security/firewalk/files
parent5c2e1a0046d04e2fd5615caca1e5032416a27884 (diff)
downloadports-69d2d59398940456bc060700ea62cf8a45cf9476.tar.gz
ports-69d2d59398940456bc060700ea62cf8a45cf9476.zip
Notes
Diffstat (limited to 'security/firewalk/files')
-rw-r--r--security/firewalk/files/patch-src:firewalk.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/firewalk/files/patch-src:firewalk.c b/security/firewalk/files/patch-src:firewalk.c
new file mode 100644
index 000000000000..27b254bdc76d
--- /dev/null
+++ b/security/firewalk/files/patch-src:firewalk.c
@@ -0,0 +1,11 @@
+--- src/firewalk.c.orig Mon Aug 16 13:13:44 2004
++++ src/firewalk.c Mon Aug 16 13:13:56 2004
+@@ -188,8 +188,6 @@
+ case FW_SERIOUS_ERROR:
+ /* err msg set in fw_packet_capture() */
+ return (FW_SERIOUS_ERROR);
+- default:
+- /* empty */
+ }
+ }
+ }