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

lwip/src/netif/ppp/pppoe.c: In function ‘pppoe_send_padt’: lwip/src/netif/ppp/pppoe.c:1048:108: error: ‘sc’ undeclared (first use in this function) sc is not passed to ‘pppoe_send_padt’ function because it might be called to terminate unknown sessions. Fixes: d4047ea1d185 ("Try to fix issues reported by coverity") Signed-off-by: Sylvain Rochet <gradator@gradator.net>