wsutil: Allow NULL as profile name
authorStig Bjørlykke <stig@bjorlykke.org>
Wed, 7 Feb 2018 09:10:32 +0000 (10:10 +0100)
committerMichael Mann <mmann78@netscape.net>
Wed, 7 Feb 2018 14:03:44 +0000 (14:03 +0000)
commit22824478d1bdab6b8b62c8d9a43952279abf5064
tree8094ceffd2e12fdb379ca66ad5b0143e9608939b
parent28960d79cca262ac6b974f339697b299a1e28fef
wsutil: Allow NULL as profile name

Using NULL as profile name indicates the Default profile and
profile_exists() must not return FALSE for the Default profile.

This is a regression from ge0d04a75.

Change-Id: I2463a7d3e12dda794f3391d999442a303d80621c
Reviewed-on: https://code.wireshark.org/review/25659
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@netscape.net>
wsutil/filesystem.c