summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_rpc_unwrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/gp_rpc_unwrap.c')
-rw-r--r--proxy/src/gp_rpc_unwrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gp_rpc_unwrap.c b/proxy/src/gp_rpc_unwrap.c
index a20b8ea..faffa82 100644
--- a/proxy/src/gp_rpc_unwrap.c
+++ b/proxy/src/gp_rpc_unwrap.c
@@ -85,7 +85,7 @@ int gp_unwrap(struct gp_call_ctx *gpcall,
goto done;
}
- ret_maj = gp_export_ctx_id_to_gssx(&ret_min, exp_ctx_type,
+ ret_maj = gp_export_ctx_id_to_gssx(&ret_min, exp_ctx_type, GSS_C_NO_OID,
&context_handle,
uwr->context_handle);
if (ret_maj) {