mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
8e731e7976
commit
9f774be2d7
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue