From e39b66269043b669b12911675d3f53da59e73c8a Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Thu, 17 Sep 2015 18:08:06 +0100 Subject: [PATCH] API Server default setting is yes --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 23122f321..374afd4ed 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -341,7 +341,7 @@ main(int argc, char *argv[]) // The API server offers webservices (default port 12021, see httpserver.ini) // This is to enable integration with R and similar - if (appsettings->value(NULL, GC_START_HTTP).toBool() || server) { + if (appsettings->value(NULL, GC_START_HTTP, true).toBool() || server) { // notifications etc if (nogui) {