Module: kamailio Branch: master Commit: c379188e0f2b7377afae41ee618444c69a8d39e3 URL: https://github.com/kamailio/kamailio/commit/c379188e0f2b7377afae41ee618444c69a8d39e3
Author: Federico Cabiddu <[email protected]> Committer: Federico Cabiddu <[email protected]> Date: 2015-09-23T14:22:32+02:00 Merge pull request #336 from doublec/tsilo_null_ptr_dereference tsilo: Call LM_DBG with correct transaction information --- Modified: modules/tsilo/ts_handlers.c --- Diff: https://github.com/kamailio/kamailio/commit/c379188e0f2b7377afae41ee618444c69a8d39e3.diff Patch: https://github.com/kamailio/kamailio/commit/c379188e0f2b7377afae41ee618444c69a8d39e3.patch --- diff --git a/modules/tsilo/ts_handlers.c b/modules/tsilo/ts_handlers.c index 0df6358..c04ec36 100644 --- a/modules/tsilo/ts_handlers.c +++ b/modules/tsilo/ts_handlers.c @@ -86,7 +86,7 @@ void ts_onreply(struct cell* t, int type, struct tmcb_params *param) } ptr = ptr->next; } - LM_DBG("transaction %u:%u not found\n",ptr->tindex, ptr->tlabel); + LM_DBG("transaction %u:%u not found\n",cb_ptr->tindex, cb_ptr->tlabel); unlock_entry(_e); } else { LM_DBG("called with uknown type %d\n", type); _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
