projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab8a41
)
Fix get_config_value fix
author
Alastair Tse
<atse@xensource.com>
Thu, 18 Jan 2007 17:24:40 +0000
(17:24 +0000)
committer
Alastair Tse
<atse@xensource.com>
Thu, 18 Jan 2007 17:24:40 +0000
(17:24 +0000)
Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendOptions.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendOptions.py
b/tools/python/xen/xend/XendOptions.py
index 26cc54765e052228ab2bad87814c5745d36af236..a51ecb670a9ef49a738c2a72a77cb8ee3311f99d 100644
(file)
--- a/
tools/python/xen/xend/XendOptions.py
+++ b/
tools/python/xen/xend/XendOptions.py
@@
-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.