Module: sip-router
Branch: andrei/path
Commit: 92b49b268e31a6a3e154e03aff671dc828a89e42
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92b49b2…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Fri Sep 4 15:18:17 2009 +0200
enum: s/km_append_brach/append_branch/
---
modules/enum/enum.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/enum/enum.c b/modules/enum/enum.c
index 1477a4f..1a2fb97 100644
--- a/modules/enum/enum.c
+++ b/modules/enum/enum.c
@@ -662,7 +662,7 @@ int do_query(struct sip_msg* _msg, char *user, char *name, str
*service) {
q = q - 10;
curr_prio = priority;
}
- if (km_append_branch(_msg, &result, 0, 0, q, 0, 0) == -1) {
+ if (append_branch(_msg, &result, 0, 0, q, 0, 0) == -1) {
goto done;
}
}
@@ -1105,7 +1105,7 @@ int enum_pv_query_3(struct sip_msg* _msg, char* _sp, char* _suffix,
q = q - 10;
curr_prio = priority;
}
- if (km_append_branch(_msg, &result, 0, 0, q, 0, 0) == -1) {
+ if (append_branch(_msg, &result, 0, 0, q, 0, 0) == -1) {
goto done;
}
}