- reflect the adjustment just submitted to upstream RT #5802
This commit is contained in:
parent
1dd0ff3e30
commit
1bb4c4c0c2
@ -21,7 +21,7 @@ Index: src/lib/gssapi/mechglue/g_accept_sec_context.c
|
|||||||
mech_type,
|
mech_type,
|
||||||
output_token,
|
output_token,
|
||||||
- ret_flags,
|
- ret_flags,
|
||||||
+ &temp_ret_flags,
|
+ ret_flags ? &temp_ret_flags : NULL,
|
||||||
time_rec,
|
time_rec,
|
||||||
d_cred ? &tmp_d_cred : NULL);
|
d_cred ? &tmp_d_cred : NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user