[svn-commits] mnicholson: branch group/res_fax r236138 - /team/group/res_fax/res/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Dec 22 13:02:26 CST 2009


Author: mnicholson
Date: Tue Dec 22 13:02:24 2009
New Revision: 236138

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=236138
Log:
Set the module member of spandsp_fax_tech.

Modified:
    team/group/res_fax/res/res_fax_spandsp.c

Modified: team/group/res_fax/res/res_fax_spandsp.c
URL: http://svnview.digium.com/svn/asterisk/team/group/res_fax/res/res_fax_spandsp.c?view=diff&rev=236138&r1=236137&r2=236138
==============================================================================
--- team/group/res_fax/res/res_fax_spandsp.c (original)
+++ team/group/res_fax/res/res_fax_spandsp.c Tue Dec 22 13:02:24 2009
@@ -582,6 +582,7 @@
 /*! \brief load res_fax_spandsp */
 static int load_module(void)
 {
+	spandsp_fax_tech.module = ast_module_info->self;
 	if (ast_fax_tech_register(&spandsp_fax_tech) < 0) {
 		ast_log(LOG_ERROR, "failed to register FAX technology\n");
 		return AST_MODULE_LOAD_DECLINE;




More information about the svn-commits mailing list