summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-26 13:24:59 +0100
committerVolker Lendecke <vl@samba.org>2009-02-26 13:26:12 +0100
commit6cdcfa3fc14eb25c0da072aa549d06e0c33d4598 (patch)
tree4e1a5414acd775ab4829c743e07c71e9b38bf37c /source3
parent44ceff4d01ce1e7bd089c120f79812f48ced0be7 (diff)
downloadsamba-6cdcfa3fc14eb25c0da072aa549d06e0c33d4598.tar.gz
samba-6cdcfa3fc14eb25c0da072aa549d06e0c33d4598.tar.bz2
samba-6cdcfa3fc14eb25c0da072aa549d06e0c33d4598.zip
Remove a temporary debug message -- sorry
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/util_sock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c
index b33088db61..6e75a67a85 100644
--- a/source3/lib/util_sock.c
+++ b/source3/lib/util_sock.c
@@ -1057,7 +1057,6 @@ static void open_socket_out_connected(struct tevent_req *subreq)
ret = async_connect_recv(subreq, &sys_errno);
TALLOC_FREE(subreq);
if (ret == 0) {
- DEBUG(0, ("calling tevent_req_done from open_socket_out_connected\n"));
tevent_req_done(req);
return;
}