mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
06.53.2006 ae439dec3b3f0e46740e7702c14db4e76961016f
Suppress a spurious catch statement
reviewed by Daniel
1 files modified
9 ■■■■ changed files
opends/src/server/org/opends/server/protocols/jmx/RmiAuthenticator.java 9 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/protocols/jmx/RmiAuthenticator.java
@@ -202,13 +202,8 @@
    //
    // Add the Principal. The current implementation doesn't use it
    try
    {
      s.getPrincipals().add(new OpendsJmxPrincipal(authcID));
    }
    catch (Exception e)
    {
    }
    s.getPrincipals().add(new OpendsJmxPrincipal(authcID));
    // add the connection client object
    // this connection client is used at forwarder level to identify the