Skip to content

Commit

Permalink
Missed a change. Part of CONNECTORS-620.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/trunk@1437192 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
kwrightapache committed Jan 22, 2013
1 parent ba1917e commit 7f28aed
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,9 @@ public String check()
public void disconnect()
throws ManifoldCFException {
if (connection != null) {
try {
JDBCConnectionFactory.releaseConnection(connection);
} catch (ServiceInterruption ex) {
//ignore errors as we want to close the connection anyway...
}
JDBCConnectionFactory.releaseConnection(connection);
connection = null;
}
connection = null;
host = null;
jdbcProvider = null;
databaseName = null;
Expand Down

0 comments on commit 7f28aed

Please sign in to comment.