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

winbindd: Fix indentation

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
This commit is contained in:
Volker Lendecke 2017-07-12 14:32:02 +02:00
parent 604f1cede6
commit 7736e592ff

View File

@ -1863,10 +1863,10 @@ sam_logon:
goto cached_logon;
}
if (domain->online) {
/* We're still online - fail. */
goto done;
}
if (domain->online) {
/* We're still online - fail. */
goto done;
}
}
cached_logon: