[Freeswitch-svn] [commit] r5349 - in freeswitch/trunk/src/mod/endpoints: mod_alsa mod_wanpipe

Freeswitch SVN anthm at freeswitch.org
Wed Jun 13 17:00:24 EDT 2007


Author: anthm
Date: Wed Jun 13 17:00:24 2007
New Revision: 5349

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

Log:
update

Modified: freeswitch/trunk/src/mod/endpoints/mod_alsa/mod_alsa.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_alsa/mod_alsa.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_alsa/mod_alsa.c	Wed Jun 13 17:00:24 2007
@@ -827,7 +827,7 @@
 }
 
 
-SWITCH_MODULE_LOAD_FUNCTION(mod_alsa_load);
+SWITCH_MODULE_LOAD_FUNCTION(mod_alsa_load)
 {
 
 	switch_status_t status;

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	Wed Jun 13 17:00:24 2007
@@ -1337,7 +1337,7 @@
 	}
 
 	/* connect my internal structure to the blank pointer passed to me */
-	*interface = &wanpipe_module_interface;
+	*module_interface = &wanpipe_module_interface;
 
 	/* indicate that the module should continue to be loaded */
 	return status;



More information about the Freeswitch-svn mailing list