Skip to content

Commit

Permalink
Fix after dir API upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Aug 2, 2016
1 parent bea84a4 commit 05a2a6c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -696,6 +696,8 @@ protected List<Entry> ldapSearch(LdapNetworkConnection connection, String baseDn
}
}
searchCursor.close();
} catch (IOException e) {
throw new IllegalStateException("IO Error: "+e.getMessage(), e);
} catch (CursorLdapReferralException e) {
throw new IllegalStateException("Got referral to: "+e.getReferralInfo(), e);
}
Expand Down

0 comments on commit 05a2a6c

Please sign in to comment.