1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r24578: Fix build warning.

Guenther
This commit is contained in:
Günther Deschner 2007-08-20 12:29:07 +00:00 committed by Gerald (Jerry) Carter
parent 1bae53e39f
commit 27ecb0df79

View File

@ -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