1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

don't close the database after each claim_connection()

(This used to be commit d5ceb2972b)
This commit is contained in:
Andrew Tridgell 2000-01-03 00:22:43 +00:00
parent 8b1229c3fe
commit 5105c1b450

View File

@ -102,7 +102,5 @@ BOOL claim_connection(connection_struct *conn,char *name,int max_connections,BOO
if (tdb_store(tdb, kbuf, dbuf, TDB_REPLACE) != 0) return False;
tdb_close(tdb);
return True;
}