mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Sanitise loaded values on PersistantConfig
This commit is contained in:
@@ -275,6 +275,9 @@ bool PersistantConfig::Load(const rdcstr &filename)
|
||||
|
||||
for(RemoteHost host : RemoteHostList)
|
||||
{
|
||||
if(host.hostname.isEmpty())
|
||||
continue;
|
||||
|
||||
RemoteHosts.push_back(new RemoteHost(host));
|
||||
|
||||
if(host.IsLocalhost())
|
||||
|
||||
Reference in New Issue
Block a user