projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ffbbd
)
Fix get_config_value call.
author
Ewan Mellor
<ewan@xensource.com>
Thu, 18 Jan 2007 17:01:44 +0000
(17:01 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Thu, 18 Jan 2007 17:01:44 +0000
(17:01 +0000)
Signed-off-by: Ewan Mellor <ewan@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 fac15eb15bc636d73a9a5e89aae01af38ace093d..26cc54765e052228ab2bad87814c5745d36af236 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 get_config_value(self, name, val)
+ return
self.
get_config_value(self, name, val)
def get_xen_api_server(self):
"""Get the Xen-API server configuration.