[svn-commits] qwell: branch 1.4 r89115 - /branches/1.4/configs/res_odbc.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Nov 8 12:45:16 CST 2007


Author: qwell
Date: Thu Nov  8 12:45:15 2007
New Revision: 89115

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89115
Log:
Avoid warnings on load when using sample configuration files.

Issue 11195, patch by eliel.

Modified:
    branches/1.4/configs/res_odbc.conf.sample

Modified: branches/1.4/configs/res_odbc.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/res_odbc.conf.sample?view=diff&rev=89115&r1=89114&r2=89115
==============================================================================
--- branches/1.4/configs/res_odbc.conf.sample (original)
+++ branches/1.4/configs/res_odbc.conf.sample Thu Nov  8 12:45:15 2007
@@ -10,7 +10,7 @@
 ; All other sections are arbitrary names for database connections.
 
 [asterisk]
-enabled => yes
+enabled => no
 dsn => asterisk
 ;username => myuser
 ;password => mypass




More information about the svn-commits mailing list