Wireshark-commits: [Wireshark-commits] master 48b6415: PROFINET: Fix variable may not have been ini

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Sep 2016 03:55:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=48b641576c53e9c7cef2e9487669460a975a0c0d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

48b6415 by Birol Capa (birol.capa@xxxxxxxxxxx):

    PROFINET: Fix variable may not have been initialized warning
    
    The variable may not have been initialized.
    To make code more readable and to avoid possible future mistakes
    initialize the variables.
    
    Change-Id: I0c5e78b6d625c87252a4c47e263a3d5c701f2674
    Reviewed-on: https://code.wireshark.org/review/17962
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  12d55fb   TCP: Fix next sequence number for SYN/FIN packets with payload
    adds  48b6415   PROFINET: Fix variable may not have been initialized warning


Summary of changes:
 plugins/profinet/packet-dcerpc-pn-io.c |    2 +-
 plugins/profinet/packet-pn-dcp.c       |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)