summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_rpc_get_mic.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/gp_rpc_get_mic.c')
-rw-r--r--proxy/src/gp_rpc_get_mic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gp_rpc_get_mic.c b/proxy/src/gp_rpc_get_mic.c
index ca60fe4..2db7d3f 100644
--- a/proxy/src/gp_rpc_get_mic.c
+++ b/proxy/src/gp_rpc_get_mic.c
@@ -73,7 +73,7 @@ int gp_get_mic(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,
gmr->context_handle);
if (ret_maj) {