[PPPOE]: Use ifindex instead of device pointer in key lookups.
authorFlorian Zumbiehl <florz@gmx.de>
Mon, 5 Mar 2007 00:03:22 +0000 (16:03 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 5 Mar 2007 21:25:28 +0000 (13:25 -0800)
Otherwise we can potentially try to dereference a NULL device
pointer in some cases.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found