Sylvain Rochet 953dd5b628 PPP, PPPoE: remove useless checks
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.
2016-08-08 00:14:45 +02:00
..
2016-08-07 23:25:48 +02:00
2016-08-08 00:14:45 +02:00
2016-08-03 20:21:54 +02:00