summaryrefslogtreecommitdiff
path: root/nest
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-11-07 10:09:01 +0100
committerMaria Matejka <mq@ucw.cz>2022-11-07 10:09:01 +0100
commit34e803c6c32032cffeb9bd230d0f85861acd9222 (patch)
treee73c48ab8cfe3fb2f9cee11f4031953292481143 /nest
parentd2d83c47776e1655a73e9134c87590bae084b03b (diff)
parent54430df953d6c590e5f446530a21d18277eeda56 (diff)
Merge commit '54430df9' into thread-next
Diffstat (limited to 'nest')
-rw-r--r--nest/proto.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nest/proto.c b/nest/proto.c
index 28b4426d..90b4db39 100644
--- a/nest/proto.c
+++ b/nest/proto.c
@@ -985,6 +985,9 @@ static int reconfigure_type; /* Hack to propagate type info to channel_reconfig
int
channel_reconfigure(struct channel *c, struct channel_config *cf)
{
+ /* Touched by reconfiguration */
+ c->stale = 0;
+
/* FIXME: better handle these changes, also handle in_keep_filtered */
if ((c->table != cf->table->table) ||
(cf->ra_mode && (c->ra_mode != cf->ra_mode)) ||