aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-08 18:45:15 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-08 18:45:15 +0000
commit534a372d1a51be83ac151273cbca155b2fd17ae3 (patch)
treed362d65d3289208c8a74c9d8fbce734c4b3e6d22
parentb8bbda7ff9d303e436311ae00579a5ca070d9b66 (diff)
Avoid warnings on load when using sample configuration files.
Issue 11195, patch by eliel. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@89115 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--configs/res_odbc.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/res_odbc.conf.sample b/configs/res_odbc.conf.sample
index 2642676bf..16a1e6b05 100644
--- a/configs/res_odbc.conf.sample
+++ b/configs/res_odbc.conf.sample
@@ -10,7 +10,7 @@ INFORMIXDIR => /opt/informix
; All other sections are arbitrary names for database connections.
[asterisk]
-enabled => yes
+enabled => no
dsn => asterisk
;username => myuser
;password => mypass