diff --git a/src/tincctl.c b/src/tincctl.c index 09010eaf..8a330955 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -734,6 +734,9 @@ static int cmd_dump(int argc, char *argv[]) { return 1; } + if(!connect_tincd()) + return 1; + bool do_graph = false; if(!strcasecmp(argv[1], "nodes")) @@ -754,9 +757,6 @@ static int cmd_dump(int argc, char *argv[]) { return 1; } - if(!connect_tincd()) - return 1; - if(do_graph) printf("digraph {\n");