The server does not check the return status of stunInitServer before forking to background. This causes the server to silently die after start instead of failing on startup when for example a faulty ip address is supplied.
This patch fixes that.
Patch to check return code of stunInitServer on startup
Log in to post a comment.
Patch to check return code of stunInitServer on startup