[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Apr 1 04:57:15 MDT 2010


The branch, master has been updated
       via  658dc77... s3: fix a typo in winbind_client_response_written
      from  6800fdb... Make smbd_lock_socket/smbd_unlock_socket recursive with a ref_count.

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


- Log -----------------------------------------------------------------
commit 658dc77446ce11e6454f64abea21edc2b5e405e6
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Apr 1 12:54:31 2010 +0200

    s3: fix a typo in winbind_client_response_written

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

Summary of changes:
 source3/winbindd/winbindd.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 86304e9..13cadff 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -743,8 +743,8 @@ static void winbind_client_response_written(struct tevent_req *req)
 		return;
 	}
 
-	DEBUG(10,("winbind_client_response_written[%d:%s]: deliverd response to client\n",
-		  (int)state->pid, state->cmd_name));
+	DEBUG(10,("winbind_client_response_written[%d:%s]: delivered response "
+		  "to client\n", (int)state->pid, state->cmd_name));
 
 	TALLOC_FREE(state->mem_ctx);
 	state->response = NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list