From 12f6a707881d2a9ca9aadcbe9397a58bd3a2684c Mon Sep 17 00:00:00 2001 From: Gary Spencer Date: Tue, 9 Jun 2009 10:20:11 +0000 Subject: [PATCH] Merged 3.1 to HEAD: 14359: Fixed native call being used when was configured. ETHREEOH-2105. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14596 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/java/org/alfresco/filesys/ServerConfigurationBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/filesys/ServerConfigurationBean.java b/source/java/org/alfresco/filesys/ServerConfigurationBean.java index 382fb97da8..564dfc5623 100644 --- a/source/java/org/alfresco/filesys/ServerConfigurationBean.java +++ b/source/java/org/alfresco/filesys/ServerConfigurationBean.java @@ -1084,7 +1084,7 @@ public class ServerConfigurationBean extends AbstractServerConfigurationBean { // Check if WINS is configured, if we are running on Windows and socket based NetBIOS is enabled - else if (cifsConfig.hasNetBIOSSMB() && getPlatformType() == Platform.Type.WINDOWS && isNativeCodeDisabled()) + else if (cifsConfig.hasNetBIOSSMB() && getPlatformType() == Platform.Type.WINDOWS && isNativeCodeDisabled() == false) { // Get the WINS server list