Set *conf_state on successful return from
authorLuke Howard <lukeh@padl.com>
Tue, 26 Oct 2010 22:00:42 +0000 (09:00 +1100)
committerLuke Howard <lukeh@padl.com>
Tue, 26 Oct 2010 22:00:42 +0000 (09:00 +1100)
gss_krb5int_make_seal_token_v3_iov, fixing a case where it wasn't
always set by gss_wrap_iov.  Patch from aberry@likewise.com.

wrap_iov.c

index 7d9af9c..ed9be57 100644 (file)
@@ -313,6 +313,8 @@ gssEapWrapOrGetMIC(OM_uint32 *minor,
     }
 
     code = 0;
+    if (conf_state != NULL)
+        *conf_state = conf_req_flag;
 
 cleanup:
     if (code != 0)