summaryrefslogtreecommitdiff
path: root/cel
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-08-23 21:35:09 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-08-23 21:35:09 +0000
commit20d02604df9bdc99bf7f4ede4a1c91ab9ee02e64 (patch)
treebed54da32f02938c8bbd72f5e8808a294422dc57 /cel
parentdb994dbc6c4929be4a1b228c95719cbf2bf3ea42 (diff)
Merged revisions 283319 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r283319 | tilghman | 2010-08-23 16:33:47 -0500 (Mon, 23 Aug 2010) | 9 lines Merged revisions 283318 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r283318 | tilghman | 2010-08-23 16:32:14 -0500 (Mon, 23 Aug 2010) | 2 lines CDR drivers depend upon res_odbc, not directly on the ODBC libraries ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@283320 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'cel')
-rw-r--r--cel/cel_adaptive_odbc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cel/cel_adaptive_odbc.c b/cel/cel_adaptive_odbc.c
index f5bd4a3c8..2ab759bbf 100644
--- a/cel/cel_adaptive_odbc.c
+++ b/cel/cel_adaptive_odbc.c
@@ -27,8 +27,7 @@
*/
/*** MODULEINFO
- <depend>generic_odbc</depend>
- <depend>ltdl</depend>
+ <depend>res_odbc</depend>
***/
#include "asterisk.h"