Wireshark-commits: [Wireshark-commits] master 3b588df: Check for return value of WSAStartup on all

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 27 Mar 2017 03:18:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3b588dffcf4737f07ccf49baf6bc44a4108647c3
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3b588df by Michael Mann (mmann78@xxxxxxxxxxxx):

    Check for return value of WSAStartup on all executables.
    
    Windows vscodeanalysis complains even though the event is probably
    very unlikely.
    
    Change-Id: Iafe158eea5586908209d6bfe1e45540117558673
    Reviewed-on: https://code.wireshark.org/review/20727
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  520cfcf   bluetooth_device_dialog.cpp: warning C6246: Local declaration of 'item' hides declaration of the same name in outer scope
    adds  3b588df   Check for return value of WSAStartup on all executables.


Summary of changes:
 dumpcap.c        |    9 ++++++++-
 rawshark.c       |    8 +++++++-
 sharkd_daemon.c  |    7 ++++++-
 tshark.c         |    8 +++++++-
 ui/gtk/main.c    |    9 ++++++++-
 wireshark-qt.cpp |    8 +++++++-
 6 files changed, 43 insertions(+), 6 deletions(-)