From a593d8ddb5026bde0702eaa6b088bda639411c1e Mon Sep 17 00:00:00 2001 From: Jason Penton Date: Thu, 5 Feb 2015 16:52:46 +0200 Subject: [PATCH] modules/cdp: changed stats to use internal counters instead --- modules/dialog_ng/dlg_handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dialog_ng/dlg_handlers.c b/modules/dialog_ng/dlg_handlers.c index ff391045e4b..01d3cd437fd 100644 --- a/modules/dialog_ng/dlg_handlers.c +++ b/modules/dialog_ng/dlg_handlers.c @@ -557,7 +557,7 @@ static void dlg_onreply(struct cell* t, int type, struct tmcb_params *param) { } counter_add(dialog_ng_cnts_h.early, -1); - counter_inc(dialog_ng_counters_h.active); + counter_inc(dialog_ng_cnts_h.active); run_dlg_callbacks(DLGCB_CONFIRMED, dlg, req, rpl, DLG_DIR_UPSTREAM, 0); if (unref) unref_dlg(dlg, unref);