mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.0 to HEAD
5450: (from V1.4) 5423 (V1.4): CIFS authentication 5451: (from V1.4) 5432 (V1.4): 'No root node' fix 5437 (V1.4): EHCache upgrade 5440 (V1.4): AR-1355 - Ticket cache config fix 5442 (V1.4): Bootstrap reorganization 5446 (V1.4): AR-1353 5452: (from V1.4) 5391: AR-1310 (script rename fix) 5453: Win32NetBIOS LANA 5454: CIFS unused code git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5483 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -529,7 +529,7 @@ public class Win32NetBIOS
|
||||
String ipAddr = niEnum.nextElement();
|
||||
NetworkInterface ni = niList.get(ipAddr);
|
||||
|
||||
if (ni.getDisplayName().equalsIgnoreCase(name))
|
||||
if (ni.getName().equalsIgnoreCase(name))
|
||||
{
|
||||
|
||||
// Return the LANA for the network adapters TCP/IP address
|
||||
|
Reference in New Issue
Block a user