[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] [PATCH] Whoops, fix typo in previously posted patch
# HG changeset patch # User Jonathan Ludlam <Jonathan.Ludlam@xxxxxxxxxxxxx> # Date 1287398394 -3600 # Node ID 2dcda97ccb52332974cfbddd749b2b1063b623b3 # Parent 35b5f10d8401de1d65225ab0cc5f2595af7ca304 Whoops, fix embarrasing typo in previous patch Signed-off-by: Jon Ludlam <jonathan.ludlam@xxxxxxxxxxxxx> diff -r 35b5f10d8401 -r 2dcda97ccb52 ocaml/license/license.ml --- a/ocaml/license/license.ml +++ b/ocaml/license/license.ml @@ -154,6 +154,6 @@ (* Calls to obtain info about license *) -let check_expiry l = () +let check_expiry l = true (* Unix.time () < l.expiry *) ocaml/license/license.ml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Attachment:
xen-api.hg.patch _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |