Module: kamailio Branch: master Commit: 18644f93e100a2e4ec545ad5e42aa84d90283f75 URL: https://github.com/kamailio/kamailio/commit/18644f93e100a2e4ec545ad5e42aa84d...
Author: Kristian Høgh kfh@uni-tel.dk Committer: Kristian Høgh kfh@uni-tel.dk Date: 2015-12-01T16:44:22+01:00
modules/dialog: Error in last commit. goto invalid destination
---
Modified: modules/dialog/dlg_handlers.c
---
Diff: https://github.com/kamailio/kamailio/commit/18644f93e100a2e4ec545ad5e42aa84d... Patch: https://github.com/kamailio/kamailio/commit/18644f93e100a2e4ec545ad5e42aa84d...
---
diff --git a/modules/dialog/dlg_handlers.c b/modules/dialog/dlg_handlers.c index b14fcfd..0cd97ec 100644 --- a/modules/dialog/dlg_handlers.c +++ b/modules/dialog/dlg_handlers.c @@ -1400,7 +1400,7 @@ void dlg_onroute(struct sip_msg* req, str *route_params, void *param) run_dlg_callbacks( DLGCB_REQ_WITHIN, dlg, req, NULL, dir, 0); if (add_dlg_rr_param( req, dlg->h_entry, dlg->h_id)<0 ) { LM_ERR("failed to add RR param\n"); - goto error; + goto done; }
if ( (event!=DLG_EVENT_REQACK) &&