From: Volker Lendecke Date: Fri, 17 Oct 2025 12:02:42 +0000 (+0200) Subject: smbd: Remove an obsolete comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c929fc5dfbfe78df0b72294a7d8b869eb6355e6f;p=thirdparty%2Fsamba.git smbd: Remove an obsolete comment This does not apply anymore for a pretty long time Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/smbd/conn.c b/source3/smbd/conn.c index 0e4d7823787..bcd509d7864 100644 --- a/source3/smbd/conn.c +++ b/source3/smbd/conn.c @@ -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;