]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
xend: Fix typo in usage of new auxbin.xen_configdir() function
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 21 May 2009 03:31:47 +0000 (04:31 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 21 May 2009 03:31:47 +0000 (04:31 +0100)
Signed-off-by: Keir Fraser <keir.fraser@eu.citrix.com>
tools/python/xen/xm/main.py

index 440e8df3c3b426344ede03e4b736203444f4d645..47090ee62762222cfba50454ef35c7bb1739f6f9 100644 (file)
@@ -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'