Skip to content

Commit 6766b6c

Browse files
committed
Merge branch '4.5'
2 parents dd326af + d969364 commit 6766b6c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LDAPConfigCmd.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import org.apache.cloudstack.api.Parameter;
3131
import org.apache.cloudstack.api.ServerApiException;
3232
import org.apache.cloudstack.api.response.LDAPConfigResponse;
33-
import org.apache.cloudstack.api.response.LdapConfigurationResponse;
3433
import org.apache.cloudstack.api.response.ListResponse;
3534
import org.apache.cloudstack.framework.config.dao.ConfigurationDao;
3635
import org.apache.cloudstack.framework.config.impl.ConfigurationVO;
@@ -227,7 +226,7 @@ private LDAPConfigResponse createLDAPConfigResponse(String hostname, Integer por
227226
}
228227

229228
private boolean updateLDAP() {
230-
LdapConfigurationResponse response = _ldapManager.addConfiguration(hostname, port);
229+
_ldapManager.addConfiguration(hostname, port);
231230

232231
/**
233232
* There is no query filter now. It is derived from ldap.user.object and ldap.search.group.principle

0 commit comments

Comments
 (0)