From 9cfce18c4f73adb74f7a3eba16c8aa40f38770d7 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 10 May 2000 15:15:54 +0000 Subject: GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now the workaround is to only enable MacTCP sockets. --- Mac/Python/gusiconfig.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mac/Python/gusiconfig.cpp b/Mac/Python/gusiconfig.cpp index 943a0a6..dc33134 100644 --- a/Mac/Python/gusiconfig.cpp +++ b/Mac/Python/gusiconfig.cpp @@ -48,7 +48,8 @@ void GUSISetupFactories() #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif - GUSIwithInetSockets(); +// GUSIwithInetSockets(); + GUSIwithMTInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif -- cgit v0.12