提交 b5af30a9 编写于 作者: R Richard W.M. Jones

Remove extraneous underscore

        * src/openvz_conf.c: Remove extraneous underscore which stopped
          file from compiling (Anton Protopopov).
上级 c75dcc25
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> Tue Apr 8 18:44:27 CEST 2008 Daniel Veillard <daniel@veillard.com>
* configure.in NEWS doc/* po/*: making libvirt-0.4.2 release * configure.in NEWS doc/* po/*: making libvirt-0.4.2 release
......
...@@ -325,7 +325,7 @@ static struct openvz_vm_def ...@@ -325,7 +325,7 @@ static struct openvz_vm_def
} }
if (strcmp((char *)prop, "openvz")){ 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; goto bail_out;
} }
free(prop); free(prop);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册