[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1855-g28e121a

Björn Jacke bjacke at samba.org
Thu May 28 10:20:02 GMT 2009


The branch, master has been updated
       via  28e121a19bf018711b9e9e5b6e4289994f770886 (commit)
      from  136b2a3eb21eda28e7a18547751ee20f097e7492 (commit)

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


- Log -----------------------------------------------------------------
commit 28e121a19bf018711b9e9e5b6e4289994f770886
Author: Björn Jacke <bj at sernet.de>
Date:   Thu May 28 00:25:48 2009 +0200

    s3:nmbd: fix typo

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

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


Changeset truncated at 500 lines:

diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c
index 43e80af..4a993c9 100644
--- a/source3/nmbd/nmbd_processlogon.c
+++ b/source3/nmbd/nmbd_processlogon.c
@@ -187,7 +187,7 @@ static void nmbd_proxy_logon(struct nmbd_proxy_logon_context *ctx,
 		(ndr_pull_flags_fn_t)ndr_pull_nbt_netlogon_packet);
 	if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
 		NTSTATUS status = ndr_map_error2ntstatus(ndr_err);
-		DEBUG(0,("failed parse nbt_letlogon_packet: %s\n",
+		DEBUG(0,("failed parse nbt_netlogon_packet: %s\n",
 			nt_errstr(status)));
 		TALLOC_FREE(state);
 		return;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list