Fix spurious "Failed to connect to PC" dialogs for mDNS-discovered hosts
This commit is contained in:
parent
611b504bf9
commit
af503a9147
1 changed files with 3 additions and 1 deletions
|
|
@ -366,7 +366,9 @@ private:
|
|||
try {
|
||||
serverInfo = http.getServerInfo();
|
||||
} catch (...) {
|
||||
emit computerAddCompleted(false);
|
||||
if (!m_Mdns) {
|
||||
emit computerAddCompleted(false);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue