From: Jonathan Ludlam Date: Mon, 18 Oct 2010 10:39:54 +0000 (+0100) Subject: Whoops, fix embarrasing typo in previous patch X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1180c62ad2bf711df32e33c9564d2ee371723bec;p=xcp%2Fxen-api.git Whoops, fix embarrasing typo in previous patch Signed-off-by: Jon Ludlam --- 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 *)