GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now the workaround is to only enable MacTCP sockets.

This commit is contained in:
Jack Jansen 2000-05-10 15:15:54 +00:00
parent da5cc82d59
commit 9cfce18c4f
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ void GUSISetupFactories()
#ifdef GUSISetupFactories_BeginHook
GUSISetupFactories_BeginHook
#endif
GUSIwithInetSockets();
// GUSIwithInetSockets();
GUSIwithMTInetSockets();
#ifdef GUSISetupFactories_EndHook
GUSISetupFactories_EndHook
#endif