diff --git a/AUTHORS b/AUTHORS index 33154400a2..2077306c29 100644 --- a/AUTHORS +++ b/AUTHORS @@ -228,6 +228,7 @@ Patches have also been contributed by: Li Zhang Stef Walter Christian Benvenuti + Ilja Livenson [....send patches to get your name here....] diff --git a/src/openvz/openvz_conf.c b/src/openvz/openvz_conf.c index 28f86ff2d9..5848ec4edd 100644 --- a/src/openvz/openvz_conf.c +++ b/src/openvz/openvz_conf.c @@ -1,7 +1,7 @@ /* * openvz_conf.c: config functions for managing OpenVZ VEs * - * Copyright (C) 2010-2011 Red Hat, Inc. + * Copyright (C) 2010-2012 Red Hat, Inc. * Copyright (C) 2006, 2007 Binary Karma * Copyright (C) 2006 Shuveb Hussain * Copyright (C) 2007 Anoop Joe Cyriac @@ -99,7 +99,7 @@ openvzExtractVersionInfo(const char *cmdstr, int *retversion) if ((tmp = STRSKIP(tmp, "vzctl version ")) == NULL) goto cleanup; - if (virParseVersionString(tmp, &version, false) < 0) + if (virParseVersionString(tmp, &version, true) < 0) goto cleanup; if (retversion)