r23167: Remove an unused parameter
[samba.git] / source3 / smbd / connection.c
index b9cdede69ed019435088cfb0711c84b5ad3ed555..1069f95ed83ea7da81079201d2d970f3b586c7eb 100644 (file)
@@ -166,7 +166,8 @@ int count_all_current_connections(void)
  Claim an entry in the connections database.
 ****************************************************************************/
 
-BOOL claim_connection(connection_struct *conn, const char *name,int max_connections,BOOL Clear, uint32 msg_flags)
+BOOL claim_connection(connection_struct *conn, const char *name,
+                     int max_connections, uint32 msg_flags)
 {
        struct connections_key key;
        struct connections_data crec;