Commit 6ced27ce authored by Günther Niess's avatar Günther Niess Committed by niess

Revert OF-73 patch.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11368 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7bda1c76
......@@ -705,7 +705,7 @@ public class XMPPServer {
java.sql.Connection conn = null;
try {
conn = DbConnectionManager.getConnection();
PreparedStatement stmt = conn.prepareStatement("SELECT 1");
PreparedStatement stmt = conn.prepareStatement("SELECT count(*) FROM ofID");
ResultSet rs = stmt.executeQuery();
rs.next();
rs.close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment