K 10 svn:author V 3 dim K 8 svn:date V 27 2020-04-25T12:57:20.316059Z K 7 svn:log V 307 MFC r354834 (by jhibbits): 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