Actions
Bug #3017
closedsbin/ipfw3/ipfw3.c:2519: redundant compare ?
Description
dragonfly/sbin/ipfw3/ipfw3.c:2519] -> [dragonfly/sbin/ipfw3/ipfw3.c:2519]: (style) Same expression on both sides of '||'.
if (!strncmp(*av, "show", strlen(*av)) ||
!strncmp(*av, "show", strlen(*av))) {
Actions