On Tuesday 03 March 2009, Jan Janak wrote:
--- a/modules/acc/acc_logic.c
+++ b/modules/acc/acc_logic.c
@@ -363,9 +363,9 @@ static inline void acc_onreply( struct cell* t, struct
sip_msg *req, return;
/* for reply processing, set as new_uri the winning branch */
- if (t->relaied_reply_branch>=0) {
+ if (t->relayed_reply_branch>=0) {
new_uri_bk = req->new_uri;
- req->new_uri = t->uac[t->relaied_reply_branch].uri;
+ req->new_uri = t->uac[t->relayed_reply_branch].uri;
Hi Jan,
i've fixed this type also all instances in our trunk. Thanks for pointing this
out.
Cheers,
Henning