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:
Gary Spencer
2006-08-15 14:15:20 +00:00
parent 3aec8d576c
commit 8980c9f069
3 changed files with 560 additions and 13 deletions

View File

@@ -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>();