mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +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>