mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-01 23:53:26 +08:00
Fix a few incorrect uses of err_t. Found by converting lwip error codes to an enum, but I'm not sure wether I want to commit the actual enum conversion.
This commit is contained in:
@@ -881,7 +881,7 @@ pppoe_timeout(void *arg)
|
||||
static err_t
|
||||
pppoe_connect(ppp_pcb *ppp, void *ctx)
|
||||
{
|
||||
int err;
|
||||
err_t err;
|
||||
struct pppoe_softc *sc = (struct pppoe_softc *)ctx;
|
||||
lcp_options *lcp_wo;
|
||||
lcp_options *lcp_ao;
|
||||
|
||||
Reference in New Issue
Block a user