URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=de138871982a7072397b3c8f5ad0b46f43c027a2
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
de13887 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
idl2wrs (DCERPC DRSUAPI): Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Add a check if the struct is not empty
budb and butc are also regenerate but no change
Change-Id: I0d8cfc827f5451f1cdbd924628a263af9d483a7b
Reviewed-on: https://code.wireshark.org/review/4473
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 670ebda Add some higher-level file-read APIs and use them.
adds de13887 idl2wrs (DCERPC DRSUAPI): Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Summary of changes:
epan/dissectors/dcerpc/idl2wrs.c | 14 ++++++++++++--
epan/dissectors/packet-dcerpc-drsuapi.c | 2 --
2 files changed, 12 insertions(+), 4 deletions(-)