From ee79226d2a4486be66b47e7ff86e40f91c654ba7 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 19 Jun 2004 00:56:50 +0000 Subject: r1195: Ensure libsmb/clikrb5.c compiles. Jeremy. (This used to be commit 7067e274dc208a4ba6677dc19bd224cf03213ed8) --- source3/include/includes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/include/includes.h b/source3/include/includes.h index ea22475da2..7657984bfb 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -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. */ -- cgit