We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9844a8c commit 78c2160Copy full SHA for 78c2160
1 file changed
client/hostinfo_win.cpp
@@ -1670,6 +1670,7 @@ int HOST_INFO::get_host_info(bool init) {
1670
// apparently if WSL is not present, querying for it pops up an alert.
1671
// Avoid this if WSL disabled in config
1672
//
1673
+ wsl_distros.clear();
1674
if (!cc_config.dont_use_wsl) {
1675
OSVERSIONINFOEX osvi;
1676
if (get_OSVERSIONINFO(osvi) && osvi.dwMajorVersion >= 10) {
0 commit comments