mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[SERVMAN]
Remove duplicated condition svn path=/trunk/; revision=73781
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user