[Freeswitch-svn] [commit] r2755 - freeswitch/trunk/src/mod/endpoints/mod_wanpipe

Freeswitch SVN mikej at freeswitch.org
Tue Sep 19 15:09:40 EDT 2006


Author: mikej
Date: Tue Sep 19 15:09:39 2006
New Revision: 2755

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_wanpipe/mod_wanpipe.c

Log:
tweak for windows

Modified: freeswitch/trunk/src/mod/endpoints/mod_wanpipe/mod_wanpipe.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_wanpipe/mod_wanpipe.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_wanpipe/mod_wanpipe.c	Tue Sep 19 15:09:39 2006
@@ -226,7 +226,7 @@
 {
 	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;



More information about the Freeswitch-svn mailing list