diff options
| author | 5an7y-Microsoft <[email protected]> | 2026-05-26 11:00:45 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-05-26 11:00:45 -0700 |
| commit | 90c9d7a3806698e5716170efe264fd3d637816e5 (patch) | |
| tree | 8b2f3bdd5fce8394de674ad9fd52877daf0378ba /network/config/bindview/NetCfgAPI.cpp | |
| parent | 8a4fdd4ec9d48042ceb24407080f9a48e2cdde0f (diff) | |
| parent | 3fd877b4f4ae8f127d555b184d9bd12dce562269 (diff) | |
Merge pull request #1388 from andremueiot/user/andremueiot/trailing_spaces_config
Removed trailing spaces under config and modem
Diffstat (limited to 'network/config/bindview/NetCfgAPI.cpp')
| -rw-r--r-- | network/config/bindview/NetCfgAPI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/config/bindview/NetCfgAPI.cpp b/network/config/bindview/NetCfgAPI.cpp index 5080bb41..bdbb8e52 100644 --- a/network/config/bindview/NetCfgAPI.cpp +++ b/network/config/bindview/NetCfgAPI.cpp @@ -248,7 +248,7 @@ HRESULT HrInstallNetComponent (IN INetCfg *pnc, { hr = E_OUTOFMEMORY; break; - } + } ZeroMemory(DirWithDrive, (_MAX_DRIVE + _MAX_DIR) * sizeof(WCHAR)); // @@ -329,7 +329,7 @@ HRESULT HrInstallNetComponent (IN INetCfg *pnc, { CoTaskMemFree(DirWithDrive); DirWithDrive = NULL; - } + } return hr; } |
