[sr-dev] git:kamailio_3.0: iptrtpproxy: s/cfg_parse/sr_cfg_parse/

Andrei Pelinescu-Onciul andrei at iptel.org
Mon Oct 11 11:43:56 CEST 2010


Module: sip-router
Branch: kamailio_3.0
Commit: e3cf8b719eb5d518ef540330254b9d4d542a05c5
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e3cf8b719eb5d518ef540330254b9d4d542a05c5

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Sep 21 14:02:31 2010 +0200

iptrtpproxy: s/cfg_parse/sr_cfg_parse/

cfg_parse name changed into sr_cfg_parse (since commit 50ca02e5).
(cherry picked from commit b5c339deff8c1b5b325cac96071902ebde341082)

---

 modules/iptrtpproxy/iptrtpproxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/iptrtpproxy/iptrtpproxy.c b/modules/iptrtpproxy/iptrtpproxy.c
index 3f9fb7a..c3dc8af 100644
--- a/modules/iptrtpproxy/iptrtpproxy.c
+++ b/modules/iptrtpproxy/iptrtpproxy.c
@@ -1053,7 +1053,7 @@ static int parse_iptrtpproxy_cfg() {
 	cfg_section_parser(parser, parse_switchboard_section, NULL);
 	cfg_set_options(parser, section_options);
 	memset(&parse_config_vals, 0, sizeof(parse_config_vals));
-	if (cfg_parse(parser)) {
+	if (sr_cfg_parse(parser)) {
 		return -1;
 	}
 	cfg_parser_close(parser);




More information about the sr-dev mailing list