[asterisk-commits] tilghman: branch 1.10 r328541 - in /branches/1.10: ./ funcs/func_odbc.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 18 02:11:30 CDT 2011
Author: tilghman
Date: Mon Jul 18 02:11:26 2011
New Revision: 328541
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=328541
Log:
Merged revisions 328540 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r328540 | tilghman | 2011-07-18 02:10:15 -0500 (Mon, 18 Jul 2011) | 2 lines
Typo
........
Modified:
branches/1.10/ (props changed)
branches/1.10/funcs/func_odbc.c
Propchange: branches/1.10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/1.10/funcs/func_odbc.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.10/funcs/func_odbc.c?view=diff&rev=328541&r1=328540&r2=328541
==============================================================================
--- branches/1.10/funcs/func_odbc.c (original)
+++ branches/1.10/funcs/func_odbc.c Mon Jul 18 02:11:26 2011
@@ -1131,7 +1131,7 @@
}
if (ast_strlen_zero(query->sql_read)) {
- ast_cli(a->fd, "The function %s has no writesql parameter.\n", a->argv[2]);
+ ast_cli(a->fd, "The function %s has no readsql parameter.\n", a->argv[2]);
AST_RWLIST_UNLOCK(&queries);
return CLI_SUCCESS;
}
More information about the asterisk-commits
mailing list