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:
parent
8b1229c3fe
commit
5105c1b450
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user