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:
parent
18e6f9c6aa
commit
42bb05074a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user