[Freeswitch-branches] [commit] r11918 - freeswitch/branches/gmaruzz/mod_skypiax
FreeSWITCH SVN
gmaruzz at freeswitch.org
Thu Feb 12 01:09:29 PST 2009
Author: gmaruzz
Date: Thu Feb 12 03:09:29 2009
New Revision: 11918
Log:
skypiax: cleaning on Visual C
Modified:
freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c
Modified: freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c
==============================================================================
--- freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c (original)
+++ freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c Thu Feb 12 03:09:29 2009
@@ -1164,7 +1164,7 @@
private_t *find_available_skypiax_interface(void)
{
- private_t *tech_pvt;
+ private_t *tech_pvt=NULL;
int found = 0;
int i;
More information about the Freeswitch-branches
mailing list