From 70c391d2157637d0f03c2d6e790aee91dd2003ef Mon Sep 17 00:00:00 2001
From: Michael S Collins <msc@freeswitch.org>
Date: Mon, 25 Feb 2013 16:19:32 -0800
Subject: [PATCH] Add mod_curl to modules.conf.xml

---
 conf/vanilla/autoload_configs/modules.conf.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/vanilla/autoload_configs/modules.conf.xml b/conf/vanilla/autoload_configs/modules.conf.xml
index a12b9684ba..d271b2ea96 100644
--- a/conf/vanilla/autoload_configs/modules.conf.xml
+++ b/conf/vanilla/autoload_configs/modules.conf.xml
@@ -48,6 +48,7 @@
     <!-- Applications -->
     <load module="mod_commands"/>
     <load module="mod_conference"/>
+    <!-- load module="mod_curl" -->
     <load module="mod_db"/>
     <load module="mod_dptools"/>
     <load module="mod_expr"/>