1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3: Fix indentation in remove_ccache

This commit is contained in:
Volker Lendecke 2010-04-17 21:39:09 +02:00
parent 0264c0c337
commit 058d4a21af

View File

@ -685,7 +685,7 @@ NTSTATUS remove_ccache(const char *username)
{
struct WINBINDD_CCACHE_ENTRY *entry = get_ccache_by_username(username);
NTSTATUS status = NT_STATUS_OK;
#ifdef HAVE_KRB5
#ifdef HAVE_KRB5
krb5_error_code ret;
#endif