From 1180c62ad2bf711df32e33c9564d2ee371723bec Mon Sep 17 00:00:00 2001 From: Jonathan Ludlam Date: Mon, 18 Oct 2010 11:39:54 +0100 Subject: [PATCH] Whoops, fix embarrasing typo in previous patch Signed-off-by: Jon Ludlam --- ocaml/license/license.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/license/license.ml b/ocaml/license/license.ml index e6497425..7811678c 100644 --- a/ocaml/license/license.ml +++ b/ocaml/license/license.ml @@ -154,6 +154,6 @@ let license : license ref = ref (default ()) (* Calls to obtain info about license *) -let check_expiry l = () +let check_expiry l = true (* Unix.time () < l.expiry *) -- 2.39.5