Commit ee79226d authored by Jeremy Allison's avatar Jeremy Allison Committed by Gerald (Jerry) Carter
Browse files

r1195: Ensure libsmb/clikrb5.c compiles.

Jeremy.
(This used to be commit 7067e274dc208a4ba6677dc19bd224cf03213ed8)
parent 59d17945
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1294,8 +1294,8 @@ krb5_error_code krb5_set_default_tgs_ktypes(krb5_context ctx, const krb5_enctype
krb5_error_code krb5_auth_con_setuseruserkey(krb5_context context, krb5_auth_context auth_context, krb5_keyblock *keyblock);
#endif

#ifndef (HAVE_KRB5_FREE_UNPARSED_NAME)
void krb5_free_unparsed_name(krb5_context ctx, char *val)
#ifndef HAVE_KRB5_FREE_UNPARSED_NAME
void krb5_free_unparsed_name(krb5_context ctx, char *val);
#endif

/* Samba wrapper function for krb5 functionality. */