]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
Whoops, fix embarrasing typo in previous patch
authorJonathan Ludlam <Jonathan.Ludlam@eu.citrix.com>
Mon, 18 Oct 2010 10:39:54 +0000 (11:39 +0100)
committerJonathan Ludlam <Jonathan.Ludlam@eu.citrix.com>
Mon, 18 Oct 2010 10:39:54 +0000 (11:39 +0100)
Signed-off-by: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
ocaml/license/license.ml

index e6497425a2ab816e3e2c4f34fb00e7f5c46a023c..7811678cccd22b633d3c9ff397f38b18d71ae0b3 100644 (file)
@@ -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 *)