Browse Source

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 years ago
parent
commit
3ee4795720
1 changed files with 1 additions and 1 deletions
  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);