]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Remove an obsolete comment
authorVolker Lendecke <vl@samba.org>
Fri, 17 Oct 2025 12:02:42 +0000 (14:02 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 10 Nov 2025 13:29:30 +0000 (13:29 +0000)
This does not apply anymore for a pretty long time

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/smbd/conn.c

index 0e4d78237876e0b109bb202ff29b96cdd17f72f7..bcd509d786497822e23d729795a1b3fef829f23f 100644 (file)
@@ -90,12 +90,6 @@ bool conn_using_smb2(struct smbd_server_connection *sconn)
        return (proto >= PROTOCOL_SMB2_02);
 }
 
-/****************************************************************************
- Find first available connection slot, starting from a random position.
- The randomisation stops problems with the server dying and clients
- thinking the server is still available.
-****************************************************************************/
-
 connection_struct *conn_new(struct smbd_server_connection *sconn)
 {
        connection_struct *conn = NULL;