Fix get_config_value call.
authorEwan Mellor <ewan@xensource.com>
Thu, 18 Jan 2007 17:01:44 +0000 (17:01 +0000)
committerEwan 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

index fac15eb15bc636d73a9a5e89aae01af38ace093d..26cc54765e052228ab2bad87814c5745d36af236 100644 (file)
@@ -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.