Wireshark-commits: [Wireshark-commits] master c100e1c: PER: fix V593 warning reported by PVS-Studio

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 7 Jun 2015 19:00:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c100e1cf525a9bba61edd13850364c85f24522cc
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c100e1c by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    PER: fix V593 warning reported by PVS-Studio
    
    Consider reviewing the expression of the 'A = B == C' kind. The expression is calculated as following: 'A = (B == C)'.
    
    Change-Id: I162a2d081a70cb39b326d3aa2dc4108f49962169
    Reviewed-on: https://code.wireshark.org/review/8821
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  ae027ec   NDPS: fix V535 warnings reported by PVS-Studio
    adds  c100e1c   PER: fix V593 warning reported by PVS-Studio


Summary of changes:
 epan/dissectors/packet-per.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)