URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=40af4aa93e469d37bd8e712228ecccb07407c3c6
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
40af4aa by Guy Harris (guy@xxxxxxxxxxxx):
    Rename variable to eliminate shadow variable warning.
    
    get_profile_dir() already calls the corresponding variable is_system;
    use that in profile_exists() as well.
    
    Change-Id: Icce42b2074d64c46598cc7561b3c5468da8ede90
    Reviewed-on: https://code.wireshark.org/review/34131
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  f0cde7c   The next release, introducing those functions, will probably be 3.1.1.
     add  40af4aa   Rename variable to eliminate shadow variable warning.
Summary of changes:
 wsutil/filesystem.c | 6 +++---
 wsutil/filesystem.h | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)