[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Sep 14 23:25:21 MDT 2010


The branch, master has been updated
       via  ba726b5 s4: Fix two typos
      from  eeb24af Allows changing the maximum number of simultaneous clients in winbindd through an smb.conf option.

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


- Log -----------------------------------------------------------------
commit ba726b5580a7e946eb02631b0a03f9b2d2164a9b
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Sep 14 18:20:08 2010 +0200

    s4: Fix two typos

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

Summary of changes:
 source4/auth/gensec/spnego.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/auth/gensec/spnego.c b/source4/auth/gensec/spnego.c
index 612216a..4902cd8 100644
--- a/source4/auth/gensec/spnego.c
+++ b/source4/auth/gensec/spnego.c
@@ -421,7 +421,7 @@ static NTSTATUS gensec_spnego_parse_negTokenInit(struct gensec_security *gensec_
 
 	if (spnego_state->state_position == SPNEGO_SERVER_START) {
 		for (i=0; all_sec && all_sec[i].op; i++) {
-			/* optomisitic token */
+			/* optimistic token */
 			if (strcmp(all_sec[i].oid, mechType[0]) == 0) {
 				nt_status = gensec_subcontext_start(spnego_state,
 								    gensec_security,
@@ -459,7 +459,7 @@ static NTSTATUS gensec_spnego_parse_negTokenInit(struct gensec_security *gensec_
 		}
 	}
 	
-	/* Having tried any optomisitc token from the client (if we
+	/* Having tried any optimistic token from the client (if we
 	 * were the server), if we didn't get anywhere, walk our list
 	 * in our preference order */
 	


-- 
Samba Shared Repository


More information about the samba-cvs mailing list