Commit 2fb43fd5 authored by Nate Putnam's avatar Nate Putnam Committed by nate

Fixed issue with Mysql. Sometimes it will throw and exception depending on the version.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10641 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6900b1e7
......@@ -171,6 +171,8 @@ public class DbRuleManager {
}
} catch (SQLException sqle) {
Log.error(sqle);
// Result set probably empty
return 0;
}
finally {
DbConnectionManager.closeConnection(pstmt, con);
......
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