Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kamailio/kamailio
Browse files Browse the repository at this point in the history
# By Jason Penton
# Via Jason Penton
* 'master' of https://github.com/kamailio/kamailio:
  modules/cdp: changed stats to use internal counters instead
  • Loading branch information
lazedo committed Feb 5, 2015
2 parents 0c3925e + a593d8d commit 3ee4795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dialog_ng/dlg_handlers.c
Expand Up @@ -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);
Expand Down

0 comments on commit 3ee4795

Please sign in to comment.