mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Missed out the main desktop action class.
Couple of other minor changes, remove version id from NetBIOS name server, use global port for host announcer to allow redirection. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3516 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -43,10 +43,6 @@ public class NetBIOSNameServer extends NetworkServer implements Runnable
|
||||
{
|
||||
private static final Log logger = LogFactory.getLog("org.alfresco.smb.protocol.netbios");
|
||||
|
||||
// Server version
|
||||
|
||||
private static final String ServerVersion = "3.5.0";
|
||||
|
||||
// Various NetBIOS packet sizes
|
||||
|
||||
public static final int AddNameSize = 256;
|
||||
@@ -700,11 +696,6 @@ public class NetBIOSNameServer extends NetworkServer implements Runnable
|
||||
*/
|
||||
private final void commonConstructor() throws SocketException
|
||||
{
|
||||
|
||||
// Set the server version
|
||||
|
||||
setVersion(ServerVersion);
|
||||
|
||||
// Allocate the local and remote name tables
|
||||
|
||||
m_localNames = new Vector<NetBIOSName>();
|
||||
|
Reference in New Issue
Block a user