URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0c89d8c33ac18b004fbac587aaf8d60f5ad78555
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
0c89d8c 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>
Actions performed:
from 4b6dbf4b Revert "Change comment to reflect reality."
add 0c89d8c Rename a Boolean flag variable to reflect the non-default behavior.
Summary of changes:
capinfos.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)