Label control connections for log output as "<control>", not "<unknown>".
[tinc] / src / protocol_auth.c
index 406ec4f..287681b 100644 (file)
@@ -72,6 +72,10 @@ bool id_h(connection_t *c, char *request) {
                c->status.control = true;
                c->allow_request = CONTROL;
                c->last_ping_time = time(NULL) + 3600;
+
+               free(c->name);
+                c->name = xstrdup("<control>");
+
                return send_request(c, "%d %d %d", ACK, TINC_CTL_VERSION_CURRENT, getpid());
        }