Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-8115

Fix a RegCreateKeyExW call which was always failing in INetCfgComponentControl_fnApplyRegistryChanges

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.3.17
    • Win32SS

    Description

      if (RegCreateKeyExW(hKey, L"SYSTEM\\CurrentControlSet\\Services\\Tcpip
      Parameters", 0, NULL, 0, KEY_WRITE, NULL, &hKey, NULL) == ERROR_SUCCESS)

      hKey is unitialized at that moment, we should be using instead HKEY_LOCAL_MACHINE

      Attachments

        Activity

          People

            ThFabba ThFabba
            vicmarcal vicmarcal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: