]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak for windows
authorMichael Jerris <mike@jerris.com>
Tue, 19 Sep 2006 19:09:39 +0000 (19:09 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 19 Sep 2006 19:09:39 +0000 (19:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2755 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_wanpipe/mod_wanpipe.c

index a34be814a13b874bd3434c6e98e823947d034fbe..1f6f22fca1409ca1edcd507fa86713d1cdb3c876 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 = {};
+       wanpipe_tdm_api_t tdm_api = {0};
        int err = 0;
        int mtu_mru;
        unsigned int rate = 8000;