Skip to content

Commit 03a8aae

Browse files
committed
Add missing edition "XD"
"XD" edition seems to be missing here. The more interesting thing is that when we fail because of this bug, the log file will say "unknown edition" as expected, but the cli's error message will say "daemon was not found". Signed-off-by: Zheng Li <[email protected]>
1 parent 09d436b commit 03a8aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/license/fakev6.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ open D
1717

1818
let initialise address port edition =
1919
(* check edition *)
20-
if not (List.mem edition ["STD"; "ADV"; "ENT"; "PLT"]) then
20+
if not (List.mem edition ["STD"; "ADV"; "ENT"; "XD"; "PLT"]) then
2121
failwith "unknown edition";
2222

2323
("real", Int32.of_int (-1))

0 commit comments

Comments
 (0)