mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
1d0fffcc91
commit
5434cb4393
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2003-07-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Source/NSDistributedNotificationCenter.m: Partially reverted last
|
||||||
|
change ... seemed to cause problems on some systems.
|
||||||
|
* Tools/gdnc.m: ditto.
|
||||||
|
|
||||||
2003-07-23 Richard Frith-Macdonald <rfm@gnu.org>
|
2003-07-23 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSObject.m: Implement methodSignatureForSelector for zombies
|
* Source/NSObject.m: Implement methodSignatureForSelector for zombies
|
||||||
|
|
|
@ -566,7 +566,8 @@ static NSDistributedNotificationCenter *netCenter = nil;
|
||||||
stringForKey: @"NSHost"];
|
stringForKey: @"NSHost"];
|
||||||
if (host == nil)
|
if (host == nil)
|
||||||
{
|
{
|
||||||
host = @"localhost";
|
//host = @"localhost";
|
||||||
|
host = @"";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -325,7 +325,7 @@ ihandler(int sig)
|
||||||
* use the loopback network interface. Otherwise
|
* use the loopback network interface. Otherwise
|
||||||
* create a public connection.
|
* create a public connection.
|
||||||
*/
|
*/
|
||||||
if (isLocal == YES && service != GDNC_NETWORK)
|
if (0 && isLocal == YES && service != GDNC_NETWORK)
|
||||||
{
|
{
|
||||||
NSPort *port = [NSSocketPort portWithNumber: 0
|
NSPort *port = [NSSocketPort portWithNumber: 0
|
||||||
onHost: [NSHost localHost]
|
onHost: [NSHost localHost]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue