mirror of https://gitee.com/openkylin/libvirt.git
Remove extraneous underscore
* src/openvz_conf.c: Remove extraneous underscore which stopped file from compiling (Anton Protopopov).
This commit is contained in:
parent
c75dcc25d2
commit
b5af30a9f3
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue