summaryrefslogtreecommitdiff
path: root/src/main/cert-checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cert-checker.cpp')
-rw-r--r--src/main/cert-checker.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/cert-checker.cpp b/src/main/cert-checker.cpp
index 18fe21a..98eeef8 100644
--- a/src/main/cert-checker.cpp
+++ b/src/main/cert-checker.cpp
@@ -33,16 +33,11 @@ int main(void)
{
try {
LogInfo("Cert-checker start!");
-
CCHECKER::OcspService service(SERVICE_STREAM);
-
setlocale(LC_ALL, "");
-
service.start();
-
LogInfo("Cert-checker exit!");
return 0;
-
} catch (const std::exception &e) {
LogError("Exception occured in cert-checker main : " << e.what());
return -1;