From c170f694e7d639891efc11c5b945ea26c68b6ced Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 8 Nov 2007 18:45:15 +0000 Subject: [PATCH] Avoid warnings on load when using sample configuration files. Issue 11195, patch by eliel. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@89115 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/res_odbc.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/res_odbc.conf.sample b/configs/res_odbc.conf.sample index 2642676bfd..16a1e6b058 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