summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-10-05 19:11:31 +0200
committerMichael Adam <obnox@samba.org>2012-10-19 12:15:03 +0200
commit3eff70087005ffdee2ca579e65846ba1c33ec17f (patch)
tree7ce7f366bc64c3fcd602e8c0ae3c869cf0de2f13 /source3/smbd/server.c
parent0ccbf89bda71cdbe8d216bab0aa6aacd98cf95df (diff)
downloadsamba-3eff70087005ffdee2ca579e65846ba1c33ec17f.tar.gz
samba-3eff70087005ffdee2ca579e65846ba1c33ec17f.tar.bz2
samba-3eff70087005ffdee2ca579e65846ba1c33ec17f.zip
s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cnum()
This was used to maintain the connections.tdb database which is being removed. We use info from the smbXsrv_tcon instead. Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r--source3/smbd/server.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index bad67526b4..7113eaeb72 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -1403,9 +1403,6 @@ extern void build_options(bool screen);
exit(1);
}
- if (!connections_init(true)) {
- exit(1);
- }
status = smbXsrv_tcon_global_init();
if (!NT_STATUS_IS_OK(status)) {
exit(1);