Wireshark-commits: [Wireshark-commits] master-2.6 87b7287: Rename a Boolean flag variable to reflec
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 19 Jan 2019 21:56:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=87b7287f2281611cc5cad377fb573baee4cbaf89
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

87b7287 by Guy Harris (guy@xxxxxxxxxxxx):

    Rename a Boolean flag variable to reflect the non-default behavior.
    
    This makes it slightly clearer, from code inspection, what the -C flag
    does.  The default behavior is to continue; -C cause capinfos to stop,
    rather than continue, after an open failure.
    
    Change-Id: I8bc67ce61c5d828c7f0ed87ee397ef994ff99aa4
    Reviewed-on: https://code.wireshark.org/review/31621
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 47e01d5ab871e2d397e461e1c1b2af777269b16c)
    Reviewed-on: https://code.wireshark.org/review/31622
    

Actions performed:

    from  9225572   Revert "Change comment to reflect reality."
     add  87b7287   Rename a Boolean flag variable to reflect the non-default behavior.


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