Module: kamailio Branch: master Commit: 743dcc103af2e4a9ef50a88f0800ca6c70f465dc URL: https://github.com/kamailio/kamailio/commit/743dcc103af2e4a9ef50a88f0800ca6c...
Author: Luis Martin Gil luismartingil@zaleos.net Committer: Henning Westerholt hw@skalatan.de Date: 2021-08-21T10:40:05Z
tm - remove not used route_mode var
(cherry picked from commit 6619be46249dfe0b2f2cbc863cb8b2f44716122b)
---
Modified: src/modules/tm/tm_load.h
---
Diff: https://github.com/kamailio/kamailio/commit/743dcc103af2e4a9ef50a88f0800ca6c... Patch: https://github.com/kamailio/kamailio/commit/743dcc103af2e4a9ef50a88f0800ca6c...
---
diff --git a/src/modules/tm/tm_load.h b/src/modules/tm/tm_load.h index 7eebd131d7..a0f3afde00 100644 --- a/src/modules/tm/tm_load.h +++ b/src/modules/tm/tm_load.h @@ -83,7 +83,6 @@ struct tm_binds { cancel_all_uacs_f cancel_all_uacs; prepare_request_within_f prepare_request_within; send_prepared_request_f send_prepared_request; - enum route_mode* route_mode; #ifdef DIALOG_CALLBACKS register_new_dlg_cb_f register_new_dlg_cb; register_dlg_tmcb_f register_dlg_tmcb;