mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix typo
Signed-off-by: Simo Sorce <ssorce@redhat.com>
This commit is contained in:
parent
6ffb35d0f5
commit
0ffb2022fe
@ -1267,7 +1267,7 @@ krb5_error_code ipadb_sign_authdata(krb5_context context,
|
|||||||
|
|
||||||
kerr = krb5_encode_authdata_container(context,
|
kerr = krb5_encode_authdata_container(context,
|
||||||
KRB5_AUTHDATA_IF_RELEVANT,
|
KRB5_AUTHDATA_IF_RELEVANT,
|
||||||
&authdata,
|
authdata,
|
||||||
signed_auth_data);
|
signed_auth_data);
|
||||||
if (kerr != 0) {
|
if (kerr != 0) {
|
||||||
goto done;
|
goto done;
|
||||||
|
Loading…
Reference in New Issue
Block a user