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

Jean-Noël Rouvignac
05.52.2016 664eac71955fcceba752801c55b091a197546b84
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java
@@ -269,9 +269,9 @@
      }
    }
    private void createVLVIndexOnline(ConnectionWrapper ctx) throws Exception
    private void createVLVIndexOnline(ConnectionWrapper conn) throws Exception
    {
      final BackendCfgClient backend = ctx.getRootConfiguration().getBackend(backendName.getText());
      final BackendCfgClient backend = conn.getRootConfiguration().getBackend(backendName.getText());
      createBackendVLVIndexOnline((PluggableBackendCfgClient) backend);
    }