URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cefe9d3c26825ef848f6e6aedbec572db002f8b1
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cefe9d3 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
ECP: fix V562 warning reported by PVS-Studio
It's odd to compare 0 or 1 with a value of 1: ((entries > 1)) == 1.
Change-Id: I6261389dddbbd7e60e98b8c351150d491f9cbddb
Reviewed-on: https://code.wireshark.org/review/8810
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 83351a9 iax2_analysis.c: fix V610 warning reported by PVS-Studio
adds cefe9d3 ECP: fix V562 warning reported by PVS-Studio
Summary of changes:
epan/dissectors/packet-ecp-oui.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)