Add fix for bug #27446

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28673 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-09-14 20:33:12 +00:00
parent 8e731e7976
commit 9f774be2d7
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
2009-09-14 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSCalendarDate.m: Workaround for bug in some linux SMP systems
* Source/NSConnection.m: fix for bug #27446
2009-09-12 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -771,6 +771,7 @@ static NSLock *cached_proxies_gate = nil;
}
c = [[NSConnection alloc] initWithReceivePort: p sendPort: nil];
[c setRootObject: root];
if ([c registerName: name withNameServer: server] == NO)
{
DESTROY(c);