mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-02-05 20:56:56 +08:00
The new NULL checking against netif_input_fn make ppp stop working because in ppp_new() it calls netif_add with NULL netif_input_fn. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>