mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 02:41:11 +00:00
Exit -2 if preregistration with nameserver fails
This commit is contained in:
parent
9b4ebd9c15
commit
7347e01200
1 changed files with 1 additions and 1 deletions
|
@ -5489,7 +5489,7 @@ With two parameters ('maximum' and a number),\n\
|
|||
{
|
||||
RELEASE(self);
|
||||
[ecLock unlock];
|
||||
return nil;
|
||||
exit(-2); // Unable to register with name server
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue