diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-26 16:35:49 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-26 16:35:49 +0200 |
commit | bb1077aaf9f68dba09224803dd89d7316dc24648 (patch) | |
tree | 7011977d2b13a3d2751b7ab965d7b0cb1c77bd5c | |
parent | c430d3278b91369204c83cd135673a5d5cded699 (diff) |
proto-shell: fix renew_pending handling
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
-rw-r--r-- | proto-shell.c | 1 |
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) |