From 41b26cfb552a4a441490779344326ff85819252b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 25 Apr 2000 21:56:46 +0000 Subject: Don't forget to set filter pointers in struct proto when reconfiguring. --- nest/proto.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nest/proto.c') diff --git a/nest/proto.c b/nest/proto.c index abf4a3c..da3f14c 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -231,6 +231,8 @@ protos_commit(struct config *new, struct config *old, int force_reconfig) PD(p, "Reconfigured"); p->cf = nc; p->name = nc->name; + p->in_filter = nc->in_filter; + p->out_filter = nc->out_filter; nc->proto = p; continue; } -- cgit v1.2.3