mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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
|
@ -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…
Add table
Add a link
Reference in a new issue