Magellan Linux

Contents of /trunk/libvirt/patches/libvirt-0.4.2-openvz-fixextras.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 605 - (show annotations) (download)
Wed May 21 17:09:59 2008 UTC (15 years, 11 months ago) by niro
File size: 441 byte(s)
fixes compile issues with openvz

1 diff --git a/src/openvz_conf.c b/src/openvz_conf.c
2 index 35efc25..a3d760f 100644
3 --- a/src/openvz_conf.c
4 +++ b/src/openvz_conf.c
5 @@ -325,7 +325,7 @@ static struct openvz_vm_def
6 }
7
8 if (strcmp((char *)prop, "openvz")){
9 - error(conn, VIR_ERR_INTERNAL_ERROR, _("invalid domain type attribute"_));
10 + error(conn, VIR_ERR_INTERNAL_ERROR, _("invalid domain type attribute"));
11 goto bail_out;
12 }
13 free(prop);