summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_rpc_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/gp_rpc_wrap.c')
-rw-r--r--proxy/src/gp_rpc_wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gp_rpc_wrap.c b/proxy/src/gp_rpc_wrap.c
index d17c292..c2da7ba 100644
--- a/proxy/src/gp_rpc_wrap.c
+++ b/proxy/src/gp_rpc_wrap.c
@@ -85,7 +85,7 @@ int gp_wrap(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, wr->context_handle);
if (ret_maj) {
goto done;