diff options
author | Simo Sorce <idra@samba.org> | 2010-08-19 07:35:01 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-08-19 11:28:12 -0400 |
commit | cbe9f879afc7b212c1e105fcb54b4563d5f6dfe0 (patch) | |
tree | a89214805fa87a6a83e4c55bf75c1d461f0ecdea /source3/include | |
parent | 861566c6d03a9040d0b791df80c845da9c537b8f (diff) | |
download | samba-cbe9f879afc7b212c1e105fcb54b4563d5f6dfe0.tar.gz samba-cbe9f879afc7b212c1e105fcb54b4563d5f6dfe0.tar.bz2 samba-cbe9f879afc7b212c1e105fcb54b4563d5f6dfe0.zip |
s3-ads: Fix wrong test in if statement
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/krb5_protos.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |