diff options
Diffstat (limited to 'proxy/rpcgen/gss_proxy.h')
-rw-r--r-- | proxy/rpcgen/gss_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/rpcgen/gss_proxy.h b/proxy/rpcgen/gss_proxy.h index 2b54858..6e98510 100644 --- a/proxy/rpcgen/gss_proxy.h +++ b/proxy/rpcgen/gss_proxy.h @@ -408,6 +408,7 @@ struct gssx_arg_accept_sec_context { gssx_cred *cred_handle; gssx_buffer input_token; gssx_cb *input_cb; + bool_t ret_deleg_cred; struct { u_int options_len; gssx_option *options_val; |