svn commit: lorikeet r314 - in trunk/heimdal/lib/gssapi: .

abartlet at samba.org abartlet at samba.org
Sun May 22 08:41:55 GMT 2005


Author: abartlet
Date: 2005-05-22 08:41:54 +0000 (Sun, 22 May 2005)
New Revision: 314

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=314

Log:
Clarify comment.

Andrew Bartlett

Modified:
   trunk/heimdal/lib/gssapi/accept_sec_context.c


Changeset:
Modified: trunk/heimdal/lib/gssapi/accept_sec_context.c
===================================================================
--- trunk/heimdal/lib/gssapi/accept_sec_context.c	2005-05-21 01:08:06 UTC (rev 313)
+++ trunk/heimdal/lib/gssapi/accept_sec_context.c	2005-05-22 08:41:54 UTC (rev 314)
@@ -318,7 +318,7 @@
 				      "\x01\x00",
 				      GSS_KRB5_MECHANISM);
 	if (ret) {
-		/* Why do we not have a req_flags here? !!! --metze */
+		/* No OID wrapping apparently available. */
 		no_wrap		= 1;
 		indata.length	= input_token->length;
 		indata.data	= input_token->value;



More information about the samba-cvs mailing list