mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +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:
parent
ab5f26f3f3
commit
ded788bccb
@ -61,7 +61,7 @@ uint32_t smb_gss_krb5_import_cred(uint32_t *minor_status, krb5_context ctx,
|
|||||||
{
|
{
|
||||||
uint32_t major_status = 0;
|
uint32_t major_status = 0;
|
||||||
|
|
||||||
#if HAVE_GSS_ACQUIRE_CRED_FROM
|
#ifdef HAVE_GSS_ACQUIRE_CRED_FROM
|
||||||
uint32_t minor = 0;
|
uint32_t minor = 0;
|
||||||
gss_key_value_element_desc ccache_element = {
|
gss_key_value_element_desc ccache_element = {
|
||||||
.key = "ccache",
|
.key = "ccache",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user