Skip to content

Commit 92c3c18

Browse files
Wire up formerly unused AddNameRetries constant
1 parent 4363869 commit 92c3c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/filesys/netbios/server/NetBIOSNameServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ public final synchronized void AddName(NetBIOSName name)
724724
throw new IOException("NetBIOS name socket not initialized");
725725

726726
// Create an add name request and add to the request list
727-
NetBIOSRequest nbReq = new NetBIOSRequest(NetBIOSRequest.Type.ADD_NAME, name, getNextTransactionId());
727+
NetBIOSRequest nbReq = new NetBIOSRequest(NetBIOSRequest.Type.ADD_NAME, name, getNextTransactionId(), AddNameRetries);
728728

729729
// Set the retry interval
730730
if (hasPrimaryWINSServer())

0 commit comments

Comments
 (0)