mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Bugfix creating derfault connection
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6531 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
49f0630b1a
commit
7240b53230
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-04-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSConnection.m: ([+defaultConnection]) create receive port.
|
||||
|
||||
2000-04-26 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSHost.m: Improve logging of host/net configuration errors
|
||||
|
|
|
@ -303,6 +303,7 @@ static int messages_received_count;
|
|||
NSPort *newPort;
|
||||
|
||||
c = [self alloc];
|
||||
newPort = [default_receive_port_class newForReceiving];
|
||||
c = [c initWithReceivePort: newPort sendPort: nil];
|
||||
RELEASE(newPort);
|
||||
return c;
|
||||
|
|
Loading…
Reference in a new issue