- revert to the version that hit upstream SVN
This commit is contained in:
parent
1bb4c4c0c2
commit
359196dde6
@ -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,
|
||||||
+ ret_flags ? &temp_ret_flags : NULL,
|
+ &temp_ret_flags,
|
||||||
time_rec,
|
time_rec,
|
||||||
d_cred ? &tmp_d_cred : NULL);
|
d_cred ? &tmp_d_cred : NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user