From 42bb05074a9b9fac52635cd6242e5a915a85f724 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 20 Aug 2007 12:29:07 +0000 Subject: [PATCH] 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(-) diff --git a/source3/nsswitch/winbindd_cred_cache.c b/source3/nsswitch/winbindd_cred_cache.c index 13decca8caa..8b12c459d6d 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 -- 2.34.1