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:
parent
da5cc82d59
commit
9cfce18c4f
|
@ -48,7 +48,8 @@ void GUSISetupFactories()
|
|||
#ifdef GUSISetupFactories_BeginHook
|
||||
GUSISetupFactories_BeginHook
|
||||
#endif
|
||||
GUSIwithInetSockets();
|
||||
// GUSIwithInetSockets();
|
||||
GUSIwithMTInetSockets();
|
||||
#ifdef GUSISetupFactories_EndHook
|
||||
GUSISetupFactories_EndHook
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue