[SR-Dev] [PATCH 03/10] This typo in variable name has been fixed in ser already.

Jan Janak jan at iptel.org
Tue Mar 3 01:16:15 CET 2009


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

diff --git a/modules/acc/acc_logic.c b/modules/acc/acc_logic.c
index 59e4440..4182a92 100644
--- 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;
 		req->parsed_uri_ok = 0;
 	} else {
 		new_uri_bk.len = -1;
-- 
1.5.6.5




More information about the sr-dev mailing list