Fix get_config_value fix
authorAlastair Tse <atse@xensource.com>
Thu, 18 Jan 2007 17:24:40 +0000 (17:24 +0000)
committerAlastair 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

index 26cc54765e052228ab2bad87814c5745d36af236..a51ecb670a9ef49a738c2a72a77cb8ee3311f99d 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 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.