From 64c52636c8c8727b0a735c0bd441dc4e8b4b5e13 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 8 Apr 2025 20:51:36 -0500 Subject: T7321: rename vyconf.proto message Status and enum to avoid collision The message and enum name Status conflicts with the use in vycall.proto; as the latter has consistency with other (non-conflicting) uses of the term, rename the former. --- src/vyconfd.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vyconfd.ml') diff --git a/src/vyconfd.ml b/src/vyconfd.ml index fc47bf6..a5117b6 100644 --- a/src/vyconfd.ml +++ b/src/vyconfd.ml @@ -236,7 +236,7 @@ let rec handle_connection world ic oc () = | _ as req -> begin (match req with - | _, Status -> response_tmpl + | _, Prompt -> response_tmpl | _, Setup_session r -> setup_session world r | _, Reload_reftree r -> reload_reftree world r | None, _ -> {response_tmpl with status=Fail; output=(Some "Operation requires session token")} -- cgit v1.2.3