]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fixing warning
authorKapil Gupta <kgupta@sangoma.com>
Tue, 21 Aug 2012 23:24:43 +0000 (19:24 -0400)
committerKapil Gupta <kgupta@sangoma.com>
Tue, 21 Aug 2012 23:24:43 +0000 (19:24 -0400)
src/mod/endpoints/mod_media_gateway/media_gateway_xml.c

index 6161794d0e0d2e12cec6d74a07fdf466dad82d7a..6b4e5f7c9f8c3ee951ab1d8757138c293392d6cf 100644 (file)
@@ -281,12 +281,14 @@ static switch_xml_config_item_t *get_instructions(megaco_profile_t *profile) {
                3
        };
 
+#if 0
        static switch_xml_config_int_options_t opt_termination_id_len = {
                SWITCH_TRUE,  /* enforce min */
                1,
                SWITCH_TRUE, /* enforce Max */
                9
        };
+#endif
 
     static switch_xml_config_int_options_t pre_buffer_len = {
                SWITCH_TRUE,  /* enforce min */