| opends/src/ads/org/opends/admin/ads/util/ConnectionUtils.java | ●●●●● patch | view | raw | blame | history |
opends/src/ads/org/opends/admin/ads/util/ConnectionUtils.java
@@ -148,6 +148,7 @@ } } }); t.setDaemon(true); return getInitialLdapContext(t, pair, timeout); } @@ -227,6 +228,7 @@ } } }); t.setDaemon(true); return getInitialLdapContext(t, pair, timeout); } @@ -400,6 +402,7 @@ } } }); t.setDaemon(true); return getInitialLdapContext(t, pair, timeout); }