Wireshark-commits: [Wireshark-commits] master b1e9de7: extcap: Do not append disabled boolflags

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 27 Oct 2019 20:28:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b1e9de7eb8e58729e7c97e43653c8a6dc04180e7
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b1e9de7 by Tomasz Moń (desowin@xxxxxxxxx):

    extcap: Do not append disabled boolflags
    
    If boolean flag is active by default, then when launching extcap without
    opening configuration dialog it would be added to extcap call regardless
    of user configuration. Modify the logic so default value is used only if
    there is no stored user configuration available.
    
    Change-Id: I1855a058a99e2395da5593486411e160d48fca4b
    Reviewed-on: https://code.wireshark.org/review/34865
    Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  73ac329   Fix val_to_str() call.
     add  b1e9de7   extcap: Do not append disabled boolflags


Summary of changes:
 extcap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)