osip-dev
[Top][All Lists]
Advanced

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

[osip-dev] question regarding _eXosip_process_newrequest


From: FEICHTER Christoph
Subject: [osip-dev] question regarding _eXosip_process_newrequest
Date: Thu, 8 Jan 2015 10:54:06 +0000

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
 
 

reply via email to

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