Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
387 B
C
11 lines
387 B
C
--- 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 */
|
|
}
|
|
}
|
|
}
|