mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-04-25 01:19:18 -04:00
Merge 2a7de5ecaf429085f0ec7b88cc18dff24a01518c into 2fd9e6a136f7c53deb59fb72589250df83931e92
This commit is contained in:
commit
7ddeb1e03b
@ -13,7 +13,7 @@ module Log = (val Logs.src_log src : Logs.LOG)
|
||||
let set_date_time flow =
|
||||
Flow.read_line flow >|= function
|
||||
| `Eof -> Log.warn (fun f -> f "EOF reading time from dom0"); 1
|
||||
| `Ok line -> Log.info (fun f -> f "TODO: set time to %S" line); 0
|
||||
| `Ok line -> 0 (* TODO: set time to "%S" line *)
|
||||
|
||||
let handler ~user:_ cmd flow =
|
||||
(* Write a message to the client and return an exit status of 1. *)
|
||||
|
Loading…
x
Reference in New Issue
Block a user