mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 01:54:21 +00:00
[SERVMAN]
Remove duplicated condition svn path=/trunk/; revision=73781
This commit is contained in:
parent
d81bed0847
commit
6ec8989b85
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ LogonPageProc(
|
|||
case IDC_LOGON_INTERACTIVE:
|
||||
if (HIWORD(wParam) == BN_CLICKED)
|
||||
{
|
||||
if (pLogonData->bInitialized && pLogonData->bInitialized)
|
||||
if (pLogonData->bInitialized)
|
||||
{
|
||||
pLogonData->bAccountChanged = TRUE;
|
||||
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
||||
|
|
Loading…
Reference in a new issue