summaryrefslogtreecommitdiffstats
path: root/source/smbd/connection.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-01-14 19:34:28 +0000
committerJeremy Allison <jra@samba.org>2002-01-14 19:34:28 +0000
commit5b2b9c25af28543e67762805d1387524cbb6c39d (patch)
tree66c25f98805728f9ea40df85a3f32889bcf7717a /source/smbd/connection.c
parent682e7cd394c1e1cc9a83f7e8e5e3694e083946c4 (diff)
downloadsamba-5b2b9c25af28543e67762805d1387524cbb6c39d.tar.gz
samba-5b2b9c25af28543e67762805d1387524cbb6c39d.tar.xz
samba-5b2b9c25af28543e67762805d1387524cbb6c39d.zip
Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal
of the connections db on smbd startup. This should fix the Solaris large load bug.... (fingers crossed). Jeremy.
Diffstat (limited to 'source/smbd/connection.c')
-rw-r--r--source/smbd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/connection.c b/source/smbd/connection.c
index c0eaf8187db..da904e0a04a 100644
--- a/source/smbd/connection.c
+++ b/source/smbd/connection.c
@@ -37,7 +37,7 @@ TDB_CONTEXT *conn_tdb_ctx(void)
Delete a connection record.
****************************************************************************/
-BOOL yield_connection(connection_struct *conn,char *name,int max_connections)
+BOOL yield_connection(connection_struct *conn,char *name)
{
struct connections_key key;
TDB_DATA kbuf;