Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 niro 605 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);