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

neil_a_wilson
29.06.2007 aa628f96e444861012e39ceceba0c6146b75ec09
Fix a copy-and-paste error in the implementation of the Get Connection ID
extended operation.
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/extensions/GetConnectionIDExtendedOperation.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/extensions/GetConnectionIDExtendedOperation.java
@@ -85,7 +85,7 @@
   */
  public void finalizeExtendedOperationHandler()
  {
    DirectoryServer.deregisterSupportedExtension(OID_WHO_AM_I_REQUEST);
    DirectoryServer.deregisterSupportedExtension(OID_GET_CONNECTION_ID_EXTOP);
    deregisterControlsAndFeatures();
  }