Update to v21.1

This commit is contained in:
jomjol
2020-09-28 20:03:38 +02:00
parent bafd67be36
commit 1633b74ab2
5 changed files with 7 additions and 7 deletions

View File

@@ -187,7 +187,7 @@ void LoadWlanFromFile(std::string fn, std::string &_ssid, std::string &_passphra
// Check if Hostname was empty in .ini if yes set to std_hostname
if(_hostname.length() <= 0){
_hostname = std_hostname;
}
}
}