]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 21 Sep 2006 01:14:30 +0000 (01:14 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 21 Sep 2006 01:14:30 +0000 (01:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2770 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_wanpipe/mod_wanpipe.c

index 1f6f22fca1409ca1edcd507fa86713d1cdb3c876..accddffd9c111d5440ed43b00fe7fd89d1d7a806 100644 (file)
@@ -226,7 +226,7 @@ static switch_status_t wanpipe_on_init(switch_core_session_t *session)
 {
        struct private_object *tech_pvt;
        switch_channel_t *channel = NULL;
-       wanpipe_tdm_api_t tdm_api = {0};
+       wanpipe_tdm_api_t tdm_api = {{0}};
        int err = 0;
        int mtu_mru;
        unsigned int rate = 8000;