diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-17 21:39:09 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-18 15:25:03 +0200 |
commit | 058d4a21afa843241c6a91a251fb46a327037194 (patch) | |
tree | 0c8f6e63fb1fb5fb17589bb51ea064ddb7e1591d /source3/winbindd | |
parent | 0264c0c337058c03f9b4aca915f6af5e6a7731b0 (diff) | |
download | samba-058d4a21afa843241c6a91a251fb46a327037194.tar.gz samba-058d4a21afa843241c6a91a251fb46a327037194.tar.bz2 samba-058d4a21afa843241c6a91a251fb46a327037194.zip |
s3: Fix indentation in remove_ccache
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_cred_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cred_cache.c b/source3/winbindd/winbindd_cred_cache.c index df09bbe1bd..25f14f4938 100644 --- a/source3/winbindd/winbindd_cred_cache.c +++ b/source3/winbindd/winbindd_cred_cache.c @@ -685,7 +685,7 @@ NTSTATUS remove_ccache(const char *username) { struct WINBINDD_CCACHE_ENTRY *entry = get_ccache_by_username(username); NTSTATUS status = NT_STATUS_OK; - #ifdef HAVE_KRB5 +#ifdef HAVE_KRB5 krb5_error_code ret; #endif |