WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fix get_config_value fix

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Fix get_config_value fix
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Jan 2007 19:05:22 -0800
Delivery-date: Thu, 18 Jan 2007 19:06:14 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Alastair Tse <atse@xxxxxxxxxxxxx>
# Date 1169141080 0
# Node ID bf3658f3265194d203bdc5b2bf30ed1cba9d41e3
# Parent  0cd1ad6dc19dc3c46e26f311cbc15433fc59baa2
Fix get_config_value fix

Signed-off-by: Alastair Tse <atse@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendOptions.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 0cd1ad6dc19d -r bf3658f32651 tools/python/xen/xend/XendOptions.py
--- a/tools/python/xen/xend/XendOptions.py      Thu Jan 18 17:01:44 2007 +0000
+++ b/tools/python/xen/xend/XendOptions.py      Thu Jan 18 17:24:40 2007 +0000
@@ -312,7 +312,7 @@ class XendOptionsFile(XendOptions):
             raise XendError("invalid xend config %s: expected int: %s" % 
(name, v))
 
     def get_config_string(self, name, val=None):
-        return self.get_config_value(self, name, val)
+        return self.get_config_value(name, val)
 
     def get_xen_api_server(self):
         """Get the Xen-API server configuration.

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix get_config_value fix, Xen patchbot-unstable <=