[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Tue Mar 30 13:58:56 MDT 2010


The branch, master has been updated
       via  902a5e5... wbclient/wbclient.c - fix a typo
      from  818fcfb... libcli/nbt/dns_hosts_file.c - change "ULONG_MAX" into "UINT32_MAX"

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


- Log -----------------------------------------------------------------
commit 902a5e53cdcb1952a5fe6be072f91725a3e78608
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Tue Mar 30 21:57:52 2010 +0200

    wbclient/wbclient.c - fix a typo

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

Summary of changes:
 source4/libcli/wbclient/wbclient.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/libcli/wbclient/wbclient.c b/source4/libcli/wbclient/wbclient.c
index ed72278..3c3f166 100644
--- a/source4/libcli/wbclient/wbclient.c
+++ b/source4/libcli/wbclient/wbclient.c
@@ -35,7 +35,7 @@ static NTSTATUS get_server_id(struct messaging_context *msg_ctx,
 {
 	*ids = irpc_servers_byname(msg_ctx, mem_ctx, "winbind_server");
 	if (*ids == NULL || (*ids)[0].id == 0) {
-		DEBUG(0, ("Geting the winbind server ID failed.\n"));
+		DEBUG(0, ("Getting the winbind server ID failed.\n"));
 		return NT_STATUS_INTERNAL_ERROR;
 	}
 	return NT_STATUS_OK;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list