mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NETID] Fix a typo in NetworkDlg_OnOK
This commit is contained in:
parent
b25fe54f29
commit
226878563f
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ NetworkDlg_OnOK(
|
|||
L"SyncDomainWithMembership",
|
||||
0,
|
||||
REG_DWORD,
|
||||
(LPBYTE)pNetIdData->bSyncDomainWithMembership,
|
||||
(LPBYTE)&pNetIdData->bSyncDomainWithMembership,
|
||||
sizeof(pNetIdData->bSyncDomainWithMembership));
|
||||
RegCloseKey(KeyHandle);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue