From 058d4a21afa843241c6a91a251fb46a327037194 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 17 Apr 2010 21:39:09 +0200 Subject: s3: Fix indentation in remove_ccache --- source3/winbindd/winbindd_cred_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') 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 -- cgit