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

Ludovic Poitou
26.31.2010 64cff176f07ca7e3aa9a46553d2302cfcdb20281
sdk/src/org/opends/sdk/requests/GSSAPISASLBindRequestImpl.java
@@ -238,13 +238,13 @@
                  {
                    setNextSASLCredentials((ByteString) null);
                  }
                  return saslClient;
                }
                catch (final SaslException e)
                {
                  throw ErrorResultException.wrap(Responses.newResult(
                      ResultCode.CLIENT_SIDE_LOCAL_ERROR).setCause(e));
                }
                return saslClient;
              }
            });
      }