# HG changeset patch
# User Jimi Xenidis <[EMAIL PROTECTED]>
# Node ID 0bb2e9a96c33777247319e6ff3428212bf5c1f17
# Parent  99da65d984e9d03935228da74f99f81075c7733e
[POWERPC][TOOLS] listen on all interfaces
---
 tools/gpproxy/gpproxy |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 99da65d984e9 -r 0bb2e9a96c33 tools/gpproxy/gpproxy
--- a/tools/gpproxy/gpproxy     Wed Aug 09 15:36:55 2006 -0400
+++ b/tools/gpproxy/gpproxy     Wed Aug 09 15:37:42 2006 -0400
@@ -13,7 +13,7 @@ GDBREMOTE_PORT = 1234
 GDBREMOTE_PORT = 1234
 
 def main(ip):
-       server = SocketServer.TCPServer(("127.0.0.1", GDBREMOTE_PORT),
+       server = SocketServer.TCPServer(("0.0.0.0", GDBREMOTE_PORT),
                gdbremote.GDBRemoteHandler)
 
        try:

_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel

Reply via email to