From 42bb05074a9b9fac52635cd6242e5a915a85f724 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 20 Aug 2007 12:29:07 +0000 Subject: r24578: Fix build warning. Guenther (This used to be commit 27ecb0df792b54d167a829f23bd82c27e0731f0d) --- source3/nsswitch/winbindd_cred_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_cred_cache.c') diff --git a/source3/nsswitch/winbindd_cred_cache.c b/source3/nsswitch/winbindd_cred_cache.c index 13decca8ca..8b12c459d6 100644 --- a/source3/nsswitch/winbindd_cred_cache.c +++ b/source3/nsswitch/winbindd_cred_cache.c @@ -427,7 +427,7 @@ NTSTATUS add_ccache_to_list(const char *princ_name, NTSTATUS remove_ccache(const char *username) { struct WINBINDD_CCACHE_ENTRY *entry = get_ccache_by_username(username); - NTSTATUS status; + NTSTATUS status = NT_STATUS_OK; #ifdef HAVE_KRB5 krb5_error_code ret; #endif -- cgit