[SERVMAN]

Remove duplicated condition

svn path=/trunk/; revision=73781
This commit is contained in:
Pierre Schweitzer 2017-02-12 08:42:03 +00:00
parent d81bed0847
commit 6ec8989b85

View file

@ -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);