mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Update common submodule
Pull in these commits which require minor changes:
Richard W.M. Jones (3):
mlstdutils: Remove Std_utils.identity
mlstdutils: Remove Std_utils.protect
mlstdutils: Remove List.filter_map
This commit is contained in:
@@ -56,7 +56,7 @@ let cryptsetup_open ?(readonly = false) ?crypttype ?cipher device key mapname =
|
||||
Option.iter (fun s -> List.push_back_list args ["--cipher"; s]) cipher;
|
||||
|
||||
(* Make sure we always remove the temporary file. *)
|
||||
protect ~f:(fun () -> ignore (command "cryptsetup" !args))
|
||||
Fun.protect (fun () -> ignore (command "cryptsetup" !args))
|
||||
~finally:(fun () -> unlink keyfile);
|
||||
|
||||
udev_settle ()
|
||||
|
||||
Reference in New Issue
Block a user