Try sending SIGTERM if we cannot connect to a tincd but we know its PID.
[tinc] / src / info.c
index df5d11d..0ff56cd 100644 (file)
@@ -104,8 +104,8 @@ static int info_node(int fd, const char *item) {
                printf(" reachable");
        if(status.indirect)
                printf(" indirect");
-       if(status.ecdh)
-               printf(" ecdh");
+       if(status.sptps)
+               printf(" sptps");
        printf("\n");
        printf("Options:     ");
        if(options & OPTION_INDIRECT)