[asterisk-commits] twilson: branch twilson/config_work r365709 - /team/twilson/config_work/main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue May 8 15:47:27 CDT 2012
Author: twilson
Date: Tue May 8 15:47:23 2012
New Revision: 365709
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=365709
Log:
Use CONFIG_INFO_STANDARD in udptl.c to make sure preload gets init'd
Modified:
team/twilson/config_work/main/udptl.c
Modified: team/twilson/config_work/main/udptl.c
URL: http://svnview.digium.com/svn/asterisk/team/twilson/config_work/main/udptl.c?view=diff&rev=365709&r1=365708&r2=365709
==============================================================================
--- team/twilson/config_work/main/udptl.c (original)
+++ team/twilson/config_work/main/udptl.c Tue May 8 15:47:23 2012
@@ -190,11 +190,10 @@
static int udptl_apply_config(void);
-struct aco_info cfg_info = {
- .module = AST_MODULE,
+CONFIG_INFO_STANDARD(cfg_info,
.filename = "udptl.conf",
.apply_config = udptl_apply_config,
-};
+);
enum {
UDPTL_GENERAL = 0,
More information about the asterisk-commits
mailing list