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]