r23167: Remove an unused parameter
[samba.git] / source3 / smbd / negprot.c
index 12b1e8460043a8f6ccc285f2b89c2007b27f753f..7aa97250629378281b3b138a999719bd19a47878 100644 (file)
@@ -584,7 +584,7 @@ int reply_negprot(connection_struct *conn,
           when the client connects to port 445.  Of course there is a small
           window where we are listening to messages   -- jerry */
 
-       claim_connection(NULL,"",0,True,FLAG_MSG_GENERAL|FLAG_MSG_SMBD|FLAG_MSG_PRINT_GENERAL);
+       claim_connection(NULL,"",0,FLAG_MSG_GENERAL|FLAG_MSG_SMBD|FLAG_MSG_PRINT_GENERAL);
     
        /* Check for protocols, most desirable first */
        for (protocol = 0; supported_protocols[protocol].proto_name; protocol++) {