1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-01 21:18:10 +03:00

r19237: fix typo

metze
(This used to be commit d91041d4b6)
This commit is contained in:
Stefan Metzmacher 2006-10-11 09:15:11 +00:00 committed by Gerald (Jerry) Carter
parent 1cbaa09ffc
commit bbefb74bca

View File

@ -956,7 +956,7 @@ krb5_error_code decode_krb5_ap_req(const krb5_data *code, krb5_ap_req **rep);
smb_krb5_free_ap_req(context, ap_req); smb_krb5_free_ap_req(context, ap_req);
} }
#else #else
#error UNKOWN_KRB5_AP_REQ_DECODING_FUNCTION #error UNKNOWN_KRB5_AP_REQ_DECODING_FUNCTION
#endif #endif
return ret; return ret;
} }