Use connection provided by auth provider for update(), not DummyConnection.

This commit is contained in:
Michael Jumper
2013-02-26 21:21:58 -08:00
parent 2164807314
commit 65a31775b6

View File

@@ -78,8 +78,7 @@ public class Update extends AuthenticatingHttpServlet {
}
// Create connection skeleton
Connection connection = new DummyConnection();
connection.setIdentifier(identifier);
Connection connection = directory.get(identifier);
connection.setConfiguration(config);
// Update connection