From 3025bf919e30cf201fe9a84feeaaf580b752fa95 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 20 Sep 2023 15:35:02 +0200 Subject: [PATCH] add certupdate command Signed-off-by: John Crispin --- proto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/proto.c b/proto.c index f108481..0c03984 100644 --- a/proto.c +++ b/proto.c @@ -1042,6 +1042,7 @@ proto_handle_blob(void) action_handle(rpc, method, 1, 10, 1, 0); else if (!strcmp(method, "perform") || !strcmp(method, "rtty") || + !strcmp(method, "certupdate") || !strcmp(method, "script") || !strcmp(method, "rrm") || !strcmp(method, "trace"))