Skip to content

Commit

Permalink
add certupdate command
Browse files Browse the repository at this point in the history
Signed-off-by: John Crispin <john@phrozen.org>
  • Loading branch information
blogic committed Sep 20, 2023
1 parent d10428a commit 3025bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 3025bf9

Please sign in to comment.