Module: sip-router Branch: pd/outbound Commit: 821d92298d22c6fa2d17e85b3c0f021cd0dbeb8e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=821d9229...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Thu Mar 14 22:55:46 2013 +0000
modules/alias_db: updated to include new argument to append_branch()
---
modules/alias_db/alookup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/alias_db/alookup.c b/modules/alias_db/alookup.c index 9aff3d8..aa25212 100644 --- a/modules/alias_db/alookup.c +++ b/modules/alias_db/alookup.c @@ -202,7 +202,7 @@ int alias_db_lookup(struct sip_msg* _msg, str table_s) } else { user_s.s = useruri_buf; if (append_branch(_msg, &user_s, 0, 0, MIN_Q, 0, 0, - 0, 0) == -1) + 0, 0, 0) == -1) { LM_ERR("error while appending branches\n"); goto err_server;