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

krb5_wrap: Use #ifdef instead of #if for config.h definitions

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
Andreas Schneider 2018-11-20 13:57:13 +01:00 committed by Gary Lockyer
parent ab5f26f3f3
commit ded788bccb

View File

@ -61,7 +61,7 @@ uint32_t smb_gss_krb5_import_cred(uint32_t *minor_status, krb5_context ctx,
{
uint32_t major_status = 0;
#if HAVE_GSS_ACQUIRE_CRED_FROM
#ifdef HAVE_GSS_ACQUIRE_CRED_FROM
uint32_t minor = 0;
gss_key_value_element_desc ccache_element = {
.key = "ccache",