Wireshark-commits: [Wireshark-commits] master e7b3eff: Fix tshark.c to pass checkAPIs script
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 1 Apr 2014 06:06:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e7b3eff7216de19efb74f7e8eb0c404c398d05e7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e7b3eff by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Fix tshark.c to pass checkAPIs script
    
    Since tshark.c was using strdup, perror, and g_main_quit, changes to
    the file won't pass checkAPIs; so this commit replaces those with
    the approved functions; except strdup, which was unecessary.
    
    Change-Id: I031aa44594f2b96960a45f48537ab4e9a10d34b1
    Reviewed-on: https://code.wireshark.org/review/898
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  97cddf5   Fix proto.c to pass checkAPIs script
    adds  e7b3eff   Fix tshark.c to pass checkAPIs script


Summary of changes:
 tshark.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)