浏览代码

Merge branch 'master' of https://github.com/kamailio/kamailio

# By Jason Penton
# Via Jason Penton
* 'master' of https://github.com/kamailio/kamailio:
  modules/cdp: changed stats to use internal counters instead
Luis Azedo 10 年之前
父节点
当前提交
3ee4795720
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/dialog_ng/dlg_handlers.c

+ 1 - 1
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);