diff options
author | Jeremy Allison <jra@samba.org> | 2004-06-19 00:56:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:59 -0500 |
commit | ee79226d2a4486be66b47e7ff86e40f91c654ba7 (patch) | |
tree | 0e5d3da5636d9660ded2e4efe24c64693966e27c /source3 | |
parent | 59d179452780dae847281a85d52d8e6e20575747 (diff) | |
download | samba-ee79226d2a4486be66b47e7ff86e40f91c654ba7.tar.gz samba-ee79226d2a4486be66b47e7ff86e40f91c654ba7.tar.bz2 samba-ee79226d2a4486be66b47e7ff86e40f91c654ba7.zip |
r1195: Ensure libsmb/clikrb5.c compiles.
Jeremy.
(This used to be commit 7067e274dc208a4ba6677dc19bd224cf03213ed8)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files 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. */ |