Fix CID 1114611 Check the right variable

This commit is contained in:
Hugo Trippaers 2014-07-24 12:20:34 +02:00
parent 1440a1c6a0
commit 885e08d476

View File

@ -1920,7 +1920,7 @@ public class NfsSecondaryStorageResource extends ServerResourceBase implements S
}
_configAuthScr = Script.findScript(getDefaultScriptsDir(), "config_auth.sh");
if (_configSslScr != null) {
if (_configAuthScr != null) {
s_logger.info("config_auth.sh found in " + _configAuthScr);
}