Wireshark-commits: [Wireshark-commits] master 6febf9b: Get rid of an unused variable; set a structu

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Jun 2016 16:29:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6febf9b74046b31b65fe4cfebf34b7d59c9d7a6b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6febf9b by Guy Harris (guy@xxxxxxxxxxxx):

    Get rid of an unused variable; set a structure member.
    
    There's no need for the capture_option_specified variable, but we *do*
    need to initialize the capture_option_specified member of *param_info
    before parsing the flags.
    
    Change-Id: I89d0b8c338c2784742b21ba4e854f702ce491849
    Reviewed-on: https://code.wireshark.org/review/16017
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  bb44b48   [Automatic update for 2016-06-19]
    adds  6febf9b   Get rid of an unused variable; set a structure member.


Summary of changes:
 ui/commandline.c |    3 +++
 wireshark-qt.cpp |    1 -
 2 files changed, 3 insertions(+), 1 deletion(-)