mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-02 12:04:23 +00:00
miragesdk: fix compilation of the dhcp-client image
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
@@ -52,7 +52,7 @@ let run () cmd ethif path =
|
||||
] in
|
||||
Ctl.v "/data" >>= fun ctl ->
|
||||
let fd = Init.(Fd.fd @@ Pipe.(priv ctl)) in
|
||||
let ctl () = Ctl.serve ~routes ctl fd in
|
||||
let ctl () = Ctl.Server.listen ~routes ctl fd in
|
||||
let handlers () = Handlers.watch path in
|
||||
Init.run ~net ~ctl ~handlers cmd
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user