From: Keir Fraser Date: Thu, 21 May 2009 03:31:47 +0000 (+0100) Subject: xend: Fix typo in usage of new auxbin.xen_configdir() function X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13892 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c04c51bbf9790ee336a3f17a9045fb9f3568d1e3;p=xen.git xend: Fix typo in usage of new auxbin.xen_configdir() function Signed-off-by: Keir Fraser --- diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py index 440e8df3c3..47090ee627 100644 --- a/tools/python/xen/xm/main.py +++ b/tools/python/xen/xm/main.py @@ -73,7 +73,7 @@ if not hasattr(getopt, 'gnu_getopt'): getopt.gnu_getopt = getopt.getopt XM_CONFIG_FILE_ENVVAR = 'XM_CONFIG_FILE' -XM_CONFIG_FILE_DEFAULT = auxbin.xen_configdir + '/xm-config.xml' +XM_CONFIG_FILE_DEFAULT = auxbin.xen_configdir() + '/xm-config.xml' # Supported types of server SERVER_LEGACY_XMLRPC = 'LegacyXMLRPC'