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

Henning Westerholt henning.westerholt at 1und1.de
Tue Mar 3 13:13:46 CET 2009


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



More information about the sr-dev mailing list