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>
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;