make sure static analysis realizes err_sys does exit()

This commit is contained in:
toddouska
2016-08-25 12:23:57 -07:00
parent 78ca9e7716
commit dd7f9b618d

View File

@ -358,7 +358,6 @@ static const word16 wolfSSLPort = 11111;
static INLINE void err_sys(const char* msg)
{
printf("wolfSSL error: %s\n", msg);
if (msg)
exit(EXIT_FAILURE);
}