Partail reversion

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17334 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-07-25 04:58:03 +00:00
parent bdd57e4f5d
commit c6fef8de9d
3 changed files with 9 additions and 2 deletions

View file

@ -325,7 +325,7 @@ ihandler(int sig)
* use the loopback network interface. Otherwise
* create a public connection.
*/
if (isLocal == YES && service != GDNC_NETWORK)
if (0 && isLocal == YES && service != GDNC_NETWORK)
{
NSPort *port = [NSSocketPort portWithNumber: 0
onHost: [NSHost localHost]