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:
parent
604f1cede6
commit
7736e592ff
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user