mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Fixup to use local host by default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26718 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
924fcadb91
commit
c86c69f1eb
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ int main (int argc, char *argv[], char **env)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
prx = [NSConnection rootProxyForConnectionWithRegisteredName:
|
prx = [NSConnection rootProxyForConnectionWithRegisteredName:
|
||||||
@"test2server" host: @"*"];
|
@"test2server" host: @""];
|
||||||
if (prx == nil)
|
if (prx == nil)
|
||||||
{
|
{
|
||||||
printf("ERROR: Failed to connect to server\n");
|
printf("ERROR: Failed to connect to server\n");
|
||||||
|
|
Loading…
Reference in a new issue