diff options
author | Maria Matejka <mq@ucw.cz> | 2022-11-07 10:09:40 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-11-07 10:18:19 +0100 |
commit | 96d380405701bb01d792ff1c867a607d7fefa001 (patch) | |
tree | 08477327585a486667ade126b9bd51713e461608 /nest/proto.c | |
parent | 34e803c6c32032cffeb9bd230d0f85861acd9222 (diff) | |
parent | 8478de8817c58af02f7aed1d621013891115a2dc (diff) |
Merge commit '8478de88' into thread-next
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/proto.c b/nest/proto.c index 90b4db39..bec30560 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -960,6 +960,7 @@ channel_config_get(const struct channel_class *cc, const char *name, uint net_ty cf_error("Multiple %s channels", name); cf->parent = proto; + cf->copy = 1; return cf; } |