Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb106c8

Browse files
committed
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).
1 parent d843a01 commit fb106c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Python/gusiconfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void GUSISetupFactories()
4848
#ifdef GUSISetupFactories_BeginHook
4949
GUSISetupFactories_BeginHook
5050
#endif
51-
#if TARGET_API_MAC_CARBON
51+
#if 1 || TARGET_API_MAC_CARBON
5252
GUSIwithInetSockets();
5353
#else
5454
GUSIwithMTInetSockets();

0 commit comments

Comments
 (0)