summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/uts/common/inet/ipf/cfw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/ipf/cfw.c b/usr/src/uts/common/inet/ipf/cfw.c
index 2a8e02cbe8..941aeac328 100644
--- a/usr/src/uts/common/inet/ipf/cfw.c
+++ b/usr/src/uts/common/inet/ipf/cfw.c
@@ -431,7 +431,6 @@ ipf_log_cfwlog(struct ipstate *is, uint_t type, ipf_stack_t *ifs)
/* Other protocols leave the event's port fields empty. */
}
-
switch(is->is_v) {
case IPV4_VERSION:
IN6_INADDR_TO_V4MAPPED(&is->is_src.in4, &event.cfwev_saddr);