summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2019-06-27 15:35:33 -0400
committerDan McDonald <danmcd@joyent.com>2019-06-27 15:35:33 -0400
commit46bdd74be8d1a9f41ce39e74801600c56b96de98 (patch)
tree7a53bb2853dcf50ea0ad882f1888e4eba648d0ee
parentd517ad67f6079af4d800af7b29b196ccca98ac12 (diff)
downloadillumos-joyent-46bdd74be8d1a9f41ce39e74801600c56b96de98.tar.gz
Whitespace fixrfd163
-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);