mirror of https://github.com/apache/cloudstack.git
Fix CID 1114611 Check the right variable
This commit is contained in:
parent
1440a1c6a0
commit
885e08d476
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue