diff options
-rw-r--r-- | usr/src/uts/common/inet/ipnet/ipnet.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/ipnet/ipnet.c b/usr/src/uts/common/inet/ipnet/ipnet.c index 16cd9e94ba..16d75c50d9 100644 --- a/usr/src/uts/common/inet/ipnet/ipnet.c +++ b/usr/src/uts/common/inet/ipnet/ipnet.c @@ -685,7 +685,8 @@ ipnet_ioctl(queue_t *q, mblk_t *mp) qreply(q, mp); break; } - /* Fallthrough, we don't support I_STR with DLIOCIPNETINFO. */ + /* We don't support I_STR with DLIOCIPNETINFO. */ + /* FALLTHROUGH */ default: miocnak(q, mp, 0, EINVAL); break; |