mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Removed temporary code to disable OT networking (this was a workaround for getpeername() not working in a previous release of GUSI, but it has been fixed).
This commit is contained in:
parent
d843a018e9
commit
fb106c8c2f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ void GUSISetupFactories()
|
|||
#ifdef GUSISetupFactories_BeginHook
|
||||
GUSISetupFactories_BeginHook
|
||||
#endif
|
||||
#if TARGET_API_MAC_CARBON
|
||||
#if 1 || TARGET_API_MAC_CARBON
|
||||
GUSIwithInetSockets();
|
||||
#else
|
||||
GUSIwithMTInetSockets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue