From 964d63cdacdbc3769b269ae0e6e616f58f0256bc Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 15 Jan 2012 01:47:31 -0500 Subject: Improve on db_sql_live_read --- modules/database/db_sql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/database/db_sql.cpp') diff --git a/modules/database/db_sql.cpp b/modules/database/db_sql.cpp index 40b24b0aa..c32c12e2e 100644 --- a/modules/database/db_sql.cpp +++ b/modules/database/db_sql.cpp @@ -183,7 +183,7 @@ class DBSQL : public Module } } - return EVENT_CONTINUE; + return EVENT_STOP; } }; -- cgit