]> git.meshlink.io Git - meshlink/blobdiff - src/protocol_auth.c
Remove PROXY_EXEC support.
[meshlink] / src / protocol_auth.c
index 610cbaf8593d0c415033a8ca945468b3002ce7a8..b11acaef7c5e4238dcba37af577bb8077da2fef3 100644 (file)
@@ -136,9 +136,6 @@ static bool send_proxyrequest(meshlink_handle_t *mesh, connection_t *c) {
                logger(mesh, MESHLINK_ERROR, "Proxy type not implemented yet");
                return false;
 
-       case PROXY_EXEC:
-               return true;
-
        default:
                logger(mesh, MESHLINK_ERROR, "Unknown proxy type");
                return false;