summaryrefslogtreecommitdiff
path: root/proto-shell.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-26 16:35:49 +0200
committerFelix Fietkau <nbd@openwrt.org>2014-07-26 16:35:49 +0200
commitbb1077aaf9f68dba09224803dd89d7316dc24648 (patch)
tree7011977d2b13a3d2751b7ab965d7b0cb1c77bd5c /proto-shell.c
parentc430d3278b91369204c83cd135673a5d5cded699 (diff)
downloadnetifd-bb1077aaf9f68dba09224803dd89d7316dc24648.tar.gz
proto-shell: fix renew_pending handling
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'proto-shell.c')
-rw-r--r--proto-shell.c1
1 files changed, 1 insertions, 0 deletions
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)