mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00:00
PPP, assert if ppp_fatal() is called
This commit is contained in:
parent
091c6a3bda
commit
341f0bf9e3
@ -636,10 +636,7 @@ void ppp_fatal(const char *fmt, ...) {
|
||||
ppp_logit(LOG_ERR, fmt, pvar);
|
||||
va_end(pvar);
|
||||
|
||||
/* FIXME: find a way to die */
|
||||
#if 0
|
||||
die(1); /* as promised */
|
||||
#endif
|
||||
LWIP_ASSERT("ppp_fatal", 0); /* as promised */
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user