K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-11-18T23:23:38.785384Z K 7 svn:log V 279 bsnmp: Fix operator precedence in error check in table_check_response Summary: The ?: operator has a lower precedence than == and &&, so the result will always be recorded as true. Found by gcc8. Reviewed by: ngie, ae Differential Revision: https://reviews.freebsd.org/D22427 END