diff options
Diffstat (limited to 'proxy/tests/cli_srv_comm.c')
-rw-r--r-- | proxy/tests/cli_srv_comm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proxy/tests/cli_srv_comm.c b/proxy/tests/cli_srv_comm.c index 8a18b4e..77fe338 100644 --- a/proxy/tests/cli_srv_comm.c +++ b/proxy/tests/cli_srv_comm.c @@ -457,10 +457,11 @@ void *server_thread(void *pvt) } ret_maj = gpm_acquire_cred(&ret_min, - NULL, + NULL, NULL, GSS_C_INDEFINITE, mech_set, GSS_C_ACCEPT, + false, &cred_handle, NULL, NULL); |