svn rev #24483: trunk/src/lib/gssapi/krb5/ 
    ghudson@MIT.EDU 
    ghudson at MIT.EDU
       
    Tue Oct 26 10:17:39 EDT 2010
    
    
  
http://src.mit.edu/fisheye/changelog/krb5/?cs=24483
Commit By: ghudson
Log Message:
ticket: 6809
target_version: 1.9
tags: pullup
Set *conf_state on successful return from
gss_krb5int_make_seal_token_v3_iov, fixing a case where it wasn't
always set by gss_wrap_iov.  Patch from aberry at likewise.com.
Changed Files:
U   trunk/src/lib/gssapi/krb5/k5sealv3iov.c
Modified: trunk/src/lib/gssapi/krb5/k5sealv3iov.c
===================================================================
--- trunk/src/lib/gssapi/krb5/k5sealv3iov.c	2010-10-25 21:55:54 UTC (rev 24482)
+++ trunk/src/lib/gssapi/krb5/k5sealv3iov.c	2010-10-26 14:17:38 UTC (rev 24483)
@@ -268,6 +268,8 @@
     }
 
     code = 0;
+    if (conf_state != NULL)
+        *conf_state = conf_req_flag;
 
 cleanup:
     if (code != 0)
    
    
More information about the cvs-krb5
mailing list