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:
Richard Frith-MacDonald 2000-04-29 04:49:36 +00:00
parent 49f0630b1a
commit 7240b53230
2 changed files with 5 additions and 0 deletions

View file

@ -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;