[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-26-g6cdcfa3

Volker Lendecke vlendec at samba.org
Thu Feb 26 12:20:26 GMT 2009


The branch, master has been updated
       via  6cdcfa3fc14eb25c0da072aa549d06e0c33d4598 (commit)
      from  44ceff4d01ce1e7bd089c120f79812f48ced0be7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6cdcfa3fc14eb25c0da072aa549d06e0c33d4598
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Feb 26 13:24:59 2009 +0100

    Remove a temporary debug message -- sorry

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/util_sock.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c
index b33088d..6e75a67 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;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list