1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
This commit is contained in:
jules 2008-05-16 15:31:02 +00:00
parent 8471edfcd2
commit b3aabd8c2f
20 changed files with 5773 additions and 5773 deletions

View file

@ -160,10 +160,10 @@ const String InterprocessConnection::getConnectedHostName() const
return "localhost";
}
else if (socket != 0)
{
{
if (! socket->isLocal())
return socket->getHostName();
return "localhost";
}