mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s4-ldap_server Don't DEBUG() at level 2 every time a caller disconnects
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Nov 5 00:12:37 UTC 2010 on sn-devel-104
This commit is contained in:
parent
4f8b59edbc
commit
4000ec24aa
@ -63,9 +63,6 @@ static void ldapsrv_terminate_connection(struct ldapsrv_connection *conn,
|
||||
|
||||
conn->limits.endtime = timeval_current_ofs(0, 500);
|
||||
|
||||
DEBUG(2,("ldapsrv_terminate_connection: %s - disconnecting\n",
|
||||
reason));
|
||||
|
||||
tevent_queue_stop(conn->sockets.send_queue);
|
||||
if (conn->active_call) {
|
||||
tevent_req_cancel(conn->active_call);
|
||||
|
Loading…
x
Reference in New Issue
Block a user