Displaying 1 result from an estimated 1 matches for "0d3979903bac".
2010 May 16
2
[PATCH][RESENT] xend: fix bug in xend option parsing
.../usr/lib/python2.5/posixpath.py", line 77, in split
i = p.rfind(''/'') + 1
This patch fixes above bug.
Patch should be considered for 4.0.x as the bug is present in release 4.0.0.
Signed-off-by: Arnd Hannemann <hannemann@nets.rwth-aachen.de>
diff -r 9a1d7caa2024 -r 0d3979903bac tools/python/xen/xend/XendOptions.py
--- a/tools/python/xen/xend/XendOptions.py Mon Apr 26 12:13:23 2010 +0100
+++ b/tools/python/xen/xend/XendOptions.py Wed Apr 28 16:54:04 2010 +0200
@@ -207,18 +207,18 @@
def get_xend_tcp_xmlrpc_server_ssl_key_file(self):
name = ''xend-tcp-x...