osip-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [osip-dev] question regarding _eXosip_process_newrequest


From: Aymeric Moizard
Subject: Re: [osip-dev] question regarding _eXosip_process_newrequest
Date: Thu, 8 Jan 2015 12:10:22 +0100

Hi Christoph...

http://git.savannah.gnu.org/cgit/exosip.git/commit/?id=b7197f1f7e342c2702999f5c054a7f5e5751b5b0

Good to have such code review!
Tks a lot
Aymeric

2015-01-08 11:54 GMT+01:00 FEICHTER Christoph <address@hidden>:
hi,
 
I am wondering about line 939 in udp.c:
 
if (osip_strcasecmp(br->gname, br2->gvalue)==0)
 
why do you compare the branch-name against the branch-value here?
isn’t this a failure and should actually be
 
if (osip_strcasecmp(br->gvalue, br2->gvalue)==0)
 
??
 
br,
christoph
 
 

_______________________________________________
osip-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/osip-dev




--

reply via email to

[Prev in Thread] Current Thread [Next in Thread]