summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2020-05-15 16:29:18 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2020-05-15 16:29:24 +0200
commit7d95e8ba16596b5e10a7f5bf68bf7a1bf846d670 (patch)
treeddb1bd1493364990f1ade7f2bf4da66bedf356cc
parenta85c9b7d99de7e5a64fd8996db3bf341b6b7d545 (diff)
WIP: test revert work-aroundcurrent-vps
-rw-r--r--nest/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto.c b/nest/proto.c
index ffc16617..5082922c 100644
--- a/nest/proto.c
+++ b/nest/proto.c
@@ -626,7 +626,7 @@ channel_copy_config(struct channel_config *src, struct proto_config *proto)
struct channel_config *dst = cfg_alloc(src->channel->config_size);
memcpy(dst, src, src->channel->config_size);
- memset(&dst->n, 0, sizeof(dst->n));
+ //memset(&dst->n, 0, sizeof(dst->n));
add_tail(&proto->channels, &dst->n);
CALL(src->channel->copy_config, dst, src);