https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202297
Bug ID: 202297
Summary: usr/src/sys/netpfil/ipfw/ip_fw_sockopt.c:2837: bad if
test ?
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
[usr/src/sys/netpfil/ipfw/ip_fw_sockopt.c:2837]: (style) Same expression on
both sides of '>'.
else if ((uintptr_t)b->handler > (uintptr_t)b->handler)
Maybe
else if ((uintptr_t)a->handler > (uintptr_t)b->handler)
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"