Remove extraneous underscore

* src/openvz_conf.c: Remove extraneous underscore which stopped
          file from compiling (Anton Protopopov).
This commit is contained in:
Richard W.M. Jones 2008-04-09 13:50:27 +00:00
parent c75dcc25d2
commit b5af30a9f3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Wed Apr 9 14:46:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
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 <daniel@veillard.com>
* configure.in NEWS doc/* po/*: making libvirt-0.4.2 release

View File

@ -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);