opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/Uninstaller.java
@@ -1408,7 +1408,7 @@ private boolean isWindowsServiceEnabled() { if (isWindowsServiceEnabled == null) { isWindowsServiceEnabled = serviceState(null, null) == SERVICE_STATE_ENABLED; isWindowsServiceEnabled = serviceState() == SERVICE_STATE_ENABLED; } return isWindowsServiceEnabled.booleanValue(); }