s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cnum()
commit3eff70087005ffdee2ca579e65846ba1c33ec17f
authorStefan Metzmacher <metze@samba.org>
Fri, 5 Oct 2012 17:11:31 +0000 (5 19:11 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 19 Oct 2012 10:15:03 +0000 (19 12:15 +0200)
tree7ce7f366bc64c3fcd602e8c0ae3c869cf0de2f13
parent0ccbf89bda71cdbe8d216bab0aa6aacd98cf95df
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>
source3/smbd/server.c
source3/smbd/service.c