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); }