aboutsummaryrefslogtreecommitdiffstats
path: root/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.cpp')
-rw-r--r--app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp
index 3953646..cb6218b 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -868,7 +868,7 @@ int main(int argc, char *argv[])
struct window *window;
std::string role = "cluster-receiver";
- GrpcClient *client = new GrpcClient();
+ GrpcClient *client = new GrpcClient(true);
sa.sa_sigaction = signal_int;
sigemptyset(&sa.sa_mask);