There was an error while loading. Please reload this page.
2 parents bbdbfd8 + 11ef6b3 commit b3f6f0aCopy full SHA for b3f6f0a
1 file changed
oxenstored/domains.ml
@@ -38,9 +38,9 @@ let () =
38
(* Do not link with the plugin when being tested *)
39
if not Testing_status.under_testing then (
40
let plugins_dir =
41
- Filename.concat Paths.libexec "/ocaml/xsd_glue/xenctrl_plugin/"
+ Filename.concat Paths.libexec "ocaml/xsd_glue/xenctrl_plugin"
42
in
43
- let filepath = plugins_dir ^ "domain_getinfo_v1.cmxs" in
+ let filepath = Filename.concat plugins_dir "domain_getinfo_v1.cmxs" in
44
debug "Trying to load plugin '%s'\n%!" filepath ;
45
let list_files = Sys.readdir plugins_dir in
46
debug "Directory listing of '%s'\n%!" plugins_dir ;
0 commit comments