mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
This commit is contained in:
parent
8471edfcd2
commit
b3aabd8c2f
20 changed files with 5773 additions and 5773 deletions
|
|
@ -160,10 +160,10 @@ const String InterprocessConnection::getConnectedHostName() const
|
|||
return "localhost";
|
||||
}
|
||||
else if (socket != 0)
|
||||
{
|
||||
{
|
||||
if (! socket->isLocal())
|
||||
return socket->getHostName();
|
||||
|
||||
|
||||
return "localhost";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue