From a113f52bc0b7a23d55e645000805ac36de79a234 Mon Sep 17 00:00:00 2001 From: TeoV Date: Thu, 5 Jul 2018 05:50:48 -0400 Subject: [PATCH] NewFilterS now populate config --- engine/filters.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/filters.go b/engine/filters.go index 17dffd622..958ef053f 100644 --- a/engine/filters.go +++ b/engine/filters.go @@ -46,7 +46,7 @@ const ( func NewFilterS(cfg *config.CGRConfig, statSChan chan rpcclient.RpcClientConnection, dm *DataManager) *FilterS { - return &FilterS{statSChan: statSChan, dm: dm} + return &FilterS{statSChan: statSChan, dm: dm, cfg: cfg} } // FilterS is a service used to take decisions in case of filters