Exit -2 if preregistration with nameserver fails

This commit is contained in:
Richard Frith-Macdonald 2020-11-02 11:36:57 +00:00
parent 9b4ebd9c15
commit 7347e01200

View file

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