summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_rpc_init_sec_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/gp_rpc_init_sec_context.c')
-rw-r--r--proxy/src/gp_rpc_init_sec_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gp_rpc_init_sec_context.c b/proxy/src/gp_rpc_init_sec_context.c
index 563275d..d607b07 100644
--- a/proxy/src/gp_rpc_init_sec_context.c
+++ b/proxy/src/gp_rpc_init_sec_context.c
@@ -84,7 +84,7 @@ int gp_init_sec_context(struct gp_call_ctx *gpcall,
if (!isca->cred_handle) {
if (gss_oid_equal(mech_type, gss_mech_krb5)) {
ret_maj = gp_add_krb5_creds(&ret_min, gpcall,
- NULL, NULL,
+ ACQ_NORMAL, NULL, NULL,
GSS_C_INITIATE,
time_req, 0, &ich,
NULL, NULL, NULL);