From 5434cb4393463b2b723ef6c10b4d1e7c92a538ec Mon Sep 17 00:00:00 2001 From: CaS Date: Fri, 25 Jul 2003 04:58:03 +0000 Subject: [PATCH] Partail reversion git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17334 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ Source/NSDistributedNotificationCenter.m | 3 ++- Tools/gdnc.m | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 163058da2..3e81850b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-25 Richard Frith-Macdonald + + * Source/NSDistributedNotificationCenter.m: Partially reverted last + change ... seemed to cause problems on some systems. + * Tools/gdnc.m: ditto. + 2003-07-23 Richard Frith-Macdonald * Source/NSObject.m: Implement methodSignatureForSelector for zombies diff --git a/Source/NSDistributedNotificationCenter.m b/Source/NSDistributedNotificationCenter.m index 2d7cf996d..4e74d1204 100644 --- a/Source/NSDistributedNotificationCenter.m +++ b/Source/NSDistributedNotificationCenter.m @@ -566,7 +566,8 @@ static NSDistributedNotificationCenter *netCenter = nil; stringForKey: @"NSHost"]; if (host == nil) { - host = @"localhost"; + //host = @"localhost"; + host = @""; } else { diff --git a/Tools/gdnc.m b/Tools/gdnc.m index b084ea080..3f48dab8d 100644 --- a/Tools/gdnc.m +++ b/Tools/gdnc.m @@ -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]