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:
Richard Frith-MacDonald 2008-06-27 13:44:04 +00:00
parent 924fcadb91
commit c86c69f1eb

View file

@ -588,7 +588,7 @@ int main (int argc, char *argv[], char **env)
}
else
prx = [NSConnection rootProxyForConnectionWithRegisteredName:
@"test2server" host: @"*"];
@"test2server" host: @""];
if (prx == nil)
{
printf("ERROR: Failed to connect to server\n");