]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorJeff Lenk <jeff@jefflenk.com>
Mon, 19 Dec 2011 17:50:03 +0000 (11:50 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Mon, 19 Dec 2011 17:50:03 +0000 (11:50 -0600)
src/mod/endpoints/mod_sofia/sofia.c

index a060505ac7394da8c95fdb238bfc8c8c50e133ae..889b920ef856067e92ad12eaf7568f8582f82026 100644 (file)
@@ -2477,7 +2477,6 @@ static void parse_gateways(sofia_profile_t *profile, switch_xml_t gateways_tag)
                                }
                        }
 
-                       /* Windows todo figure this out! */
                        /* RFC 5626 enable in the GW profile and the UA profile */
                        if (rfc_5626 && sofia_test_pflag(profile, PFLAG_ENABLE_RFC5626)) {
                                char str_guid[su_guid_strlen + 1];