Fixes an issue when dhcpcd tries to release when the carrier
is down.
Fixes #560
* but we do have a timeout, so punt it. */
if (state == NULL || state->state == DHS_NONE) {
eloop_timeout_delete(ifp->ctx->eloop, NULL, ifp);
* but we do have a timeout, so punt it. */
if (state == NULL || state->state == DHS_NONE) {
eloop_timeout_delete(ifp->ctx->eloop, NULL, ifp);
dhcpcd_dropped(ifp);
return;
}
dhcpcd_dropped(ifp);
return;
}