svn commit: samba r14707 - in branches/SAMBA_4_0/source/heimdal/lib/gssapi: .

abartlet at samba.org abartlet at samba.org
Sat Mar 25 05:49:58 GMT 2006


Author: abartlet
Date: 2006-03-25 05:49:58 +0000 (Sat, 25 Mar 2006)
New Revision: 14707

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

Log:
Initialise default value (the rest of this function sets it to 1 if
this is CFX).

Caught by Valgrind.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/heimdal/lib/gssapi/accept_sec_context.c


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal/lib/gssapi/accept_sec_context.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/gssapi/accept_sec_context.c	2006-03-25 02:43:42 UTC (rev 14706)
+++ branches/SAMBA_4_0/source/heimdal/lib/gssapi/accept_sec_context.c	2006-03-25 05:49:58 UTC (rev 14707)
@@ -77,6 +77,7 @@
 {
     krb5_keyblock *key;
     int acceptor = (context_handle->more_flags & LOCAL) == 0;
+    *is_cfx = 0;
 
     if (acceptor) {
 	if (context_handle->auth_context->local_subkey)



More information about the samba-cvs mailing list