]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Remove extraneous underscore
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 9 Apr 2008 13:50:27 +0000 (13:50 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 9 Apr 2008 13:50:27 +0000 (13:50 +0000)
        * src/openvz_conf.c: Remove extraneous underscore which stopped
          file from compiling (Anton Protopopov).

ChangeLog
src/openvz_conf.c

index 335b72f4e69b902a62f3ca01804b8a3783c8d8c1..7f9f7fc2491d1c9c06b45a4e719f09f9c79ea821 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 65344c5c97929bddb3b7913a270f410c8d946b58..2d3ca5a587b6eeaeecdd311ec7f4599c04e27b50 100644 (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);