WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Trivial fix to bind implementation.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 9c2c55ba22e5d86ca44512ec7ecc2919e948f262
# Parent  9dbc0786b5027a7ffaecbfb41775a6a764698aa9
Trivial fix to bind implementation.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 9dbc0786b502 -r 9c2c55ba22e5 tools/python/xen/web/unix.py
--- a/tools/python/xen/web/unix.py      Fri Mar 10 10:47:24 2006
+++ b/tools/python/xen/web/unix.py      Sat Mar 11 10:19:11 2006
@@ -39,7 +39,7 @@
         os.makedirs(parent, stat.S_IRWXU)
 
     sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
-    sock.bind(self.path)
+    sock.bind(path)
     return sock
 
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Trivial fix to bind implementation., Xen patchbot -unstable <=