[asterisk-commits] tilghman: branch tilghman/realtime_failover r141428 - /team/tilghman/realtime...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 5 17:12:09 CDT 2008


Author: tilghman
Date: Fri Sep  5 17:12:09 2008
New Revision: 141428

URL: http://svn.digium.com/view/asterisk?view=rev&rev=141428
Log:
Oops

Modified:
    team/tilghman/realtime_failover/res/res_config_odbc.c

Modified: team/tilghman/realtime_failover/res/res_config_odbc.c
URL: http://svn.digium.com/view/asterisk/team/tilghman/realtime_failover/res/res_config_odbc.c?view=diff&rev=141428&r1=141427&r2=141428
==============================================================================
--- team/tilghman/realtime_failover/res/res_config_odbc.c (original)
+++ team/tilghman/realtime_failover/res/res_config_odbc.c Fri Sep  5 17:12:09 2008
@@ -282,7 +282,7 @@
 	if (!table)
 		return NULL;
 
-	obj = ast_odbc_request_obj(database, CONNECTED);
+	obj = ast_odbc_request_obj(database, ODBC_CONNECTED);
 	if (!obj)
 		return NULL;
 




More information about the asterisk-commits mailing list