Module: kamailio
Branch: 5.5
Commit: d4ea970ecbb4688cdd30890229db4418cb0cff29
URL:
https://github.com/kamailio/kamailio/commit/d4ea970ecbb4688cdd30890229db441…
Author: Luis Martin Gil <luismartingil(a)zaleos.net>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2021-08-21T10:40:44Z
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/d4ea970ecbb4688cdd30890229db441…
Patch:
https://github.com/kamailio/kamailio/commit/d4ea970ecbb4688cdd30890229db441…
---
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;