diff --git a/plugins/check_service.cpp b/plugins/check_service.cpp index a052881c6..f5f0f463b 100644 --- a/plugins/check_service.cpp +++ b/plugins/check_service.cpp @@ -38,7 +38,7 @@ INT wmain(INT argc, WCHAR **argv) if (ret != -1) return ret; - if (vm.count("description")); + if (vm.count("description")) printInfo.service = GetServiceByDescription(vm["service"].as()); if (printInfo.service.empty()) {