From cbe9f879afc7b212c1e105fcb54b4563d5f6dfe0 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 19 Aug 2010 07:35:01 -0400 Subject: s3-ads: Fix wrong test in if statement --- source3/include/krb5_protos.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/krb5_protos.h b/source3/include/krb5_protos.h index e229a14412..7ac0f3ec7e 100644 --- a/source3/include/krb5_protos.h +++ b/source3/include/krb5_protos.h @@ -137,6 +137,8 @@ krb5_error_code smb_krb5_get_creds(const char *server_s, krb5_creds **creds_p); char *smb_krb5_principal_get_realm(krb5_context context, krb5_principal principal); + + #endif /* HAVE_KRB5 */ int cli_krb5_get_ticket(TALLOC_CTX *mem_ctx, -- cgit