]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-535: fix issue in is_lan_addr where 172.2 would match 172.250.x.x which is not...
authorBrian West <brian@freeswitch.org>
Wed, 24 Nov 2010 00:35:45 +0000 (18:35 -0600)
committerBrian West <brian@freeswitch.org>
Wed, 24 Nov 2010 00:51:17 +0000 (18:51 -0600)
commitdad92067daa6d882a640cccfbf503ec2f800085d
tree64349e2a0039b2a0f3f28d245cd31332e9202af8
parent0bd8d187e0a58c708667416f63f30e30c344c295
FS-535:  fix issue in is_lan_addr where 172.2 would match 172.250.x.x which is not RFC1918 this also fixes an chicken egg issue
src/mod/endpoints/mod_sofia/sofia.c
src/switch_utils.c