From b5af30a9f3b2ff4367a4d37df6c745d458c8ea05 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 9 Apr 2008 13:50:27 +0000 Subject: [PATCH] Remove extraneous underscore * src/openvz_conf.c: Remove extraneous underscore which stopped file from compiling (Anton Protopopov). --- ChangeLog | 6 ++++++ src/openvz_conf.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 335b72f4e6..7f9f7fc249 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 9 14:46:00 BST 2008 Richard W.M. Jones + + Remove extraneous underscore + * src/openvz_conf.c: Remove extraneous underscore which stopped + file from compiling (Anton Protopopov). + Tue Apr 8 18:44:27 CEST 2008 Daniel Veillard * configure.in NEWS doc/* po/*: making libvirt-0.4.2 release diff --git a/src/openvz_conf.c b/src/openvz_conf.c index 65344c5c97..2d3ca5a587 100644 --- a/src/openvz_conf.c +++ b/src/openvz_conf.c @@ -325,7 +325,7 @@ static struct openvz_vm_def } if (strcmp((char *)prop, "openvz")){ - error(conn, VIR_ERR_INTERNAL_ERROR, _("invalid domain type attribute"_)); + error(conn, VIR_ERR_INTERNAL_ERROR, _("invalid domain type attribute")); goto bail_out; } free(prop); -- GitLab