[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix get_config_value fix
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |