Skip to content

Commit 885e08d

Browse files
committed
Fix CID 1114611 Check the right variable
1 parent 1440a1c commit 885e08d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ public boolean configure(String name, Map<String, Object> params) throws Configu
19201920
}
19211921

19221922
_configAuthScr = Script.findScript(getDefaultScriptsDir(), "config_auth.sh");
1923-
if (_configSslScr != null) {
1923+
if (_configAuthScr != null) {
19241924
s_logger.info("config_auth.sh found in " + _configAuthScr);
19251925
}
19261926

0 commit comments

Comments
 (0)