mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-13 01:44:38 +08:00

pppoe_softc_list is always not null when pppoe_find_softc_by_session is called, furthermore pppoe_softc_list being null here does not hurt. session is still checked whatsoever in pppoe_find_softc_by_session, prechecking the session value for a value which can't really happen except for forged frames does not add any value.