[sr-dev] git:pd/outbound: modules_k/outbound: Renamed nat_uac_test() in this module to ob_nat_uac_test()

Peter Dunkley peter.dunkley at crocodile-rcs.com
Sun Aug 19 23:16:59 CEST 2012


Module: sip-router
Branch: pd/outbound
Commit: af16e04d837008e5158f3f0bc9f175b0fc02a08a
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af16e04d837008e5158f3f0bc9f175b0fc02a08a

Author: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Date:   Sun Aug 19 22:15:58 2012 +0100

modules_k/outbound: Renamed nat_uac_test() in this module to ob_nat_uac_test()

- That way it shouldn't conflict with nathelper:nat_uac_test() if both modules
  are loaded.

---

 modules_k/outbound/ob_mod.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules_k/outbound/ob_mod.c b/modules_k/outbound/ob_mod.c
index f561931..78045b9 100644
--- a/modules_k/outbound/ob_mod.c
+++ b/modules_k/outbound/ob_mod.c
@@ -42,7 +42,7 @@ static str ob_key = {0, 0};
 
 static cmd_export_t cmds[]= 
 {
-	{ "nat_uac_test", (cmd_function) nat_uac_test_f,
+	{ "ob_nat_uac_test", (cmd_function) nat_uac_test_f,
 	  1, fixup_uint_null, 0,
 	  REQUEST_ROUTE|ONREPLY_ROUTE|FAILURE_ROUTE|BRANCH_ROUTE|LOCAL_ROUTE },
 	{ "bind_ob", (cmd_function) bind_ob,




More information about the sr-dev mailing list