1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r24578: Fix build warning.

Guenther
(This used to be commit 27ecb0df79)
This commit is contained in:
Günther Deschner 2007-08-20 12:29:07 +00:00 committed by Gerald (Jerry) Carter
parent 18e6f9c6aa
commit 42bb05074a

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