[asterisk-commits] tilghman: branch 1.8 r328540 - /branches/1.8/funcs/func_odbc.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jul 18 02:10:19 CDT 2011


Author: tilghman
Date: Mon Jul 18 02:10:15 2011
New Revision: 328540

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=328540
Log:
Typo

Modified:
    branches/1.8/funcs/func_odbc.c

Modified: branches/1.8/funcs/func_odbc.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/funcs/func_odbc.c?view=diff&rev=328540&r1=328539&r2=328540
==============================================================================
--- branches/1.8/funcs/func_odbc.c (original)
+++ branches/1.8/funcs/func_odbc.c Mon Jul 18 02:10:15 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