From: Felix Fietkau Date: Sat, 26 Jul 2014 14:35:49 +0000 (+0200) Subject: proto-shell: fix renew_pending handling X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=bb1077aaf9f68dba09224803dd89d7316dc24648 proto-shell: fix renew_pending handling Signed-off-by: Felix Fietkau --- diff --git a/proto-shell.c b/proto-shell.c index 5f2224b..77c9b87 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -169,6 +169,7 @@ proto_shell_handler(struct interface_proto_state *proto, return 0; } + state->renew_pending = false; action = "renew"; } else { if (state->sm == S_TEARDOWN)