]> git.meshlink.io Git - meshlink/blobdiff - src/protocol_auth.c
Don't use SPTPS to decrypt the ID request.
[meshlink] / src / protocol_auth.c
index 670bfbc23ee0cc48e908d481e150186dfa634db6..1255ff0862b68ebd286d482fc51d1329ab656d46 100644 (file)
@@ -349,8 +349,6 @@ bool id_h(connection_t *c, const char *request) {
                return false;
        }
 
-       c->allow_request = METAKEY;
-
        c->allow_request = ACK;
        char label[25 + strlen(myself->name) + strlen(c->name)];