Skip to content

Commit

Permalink
Bugfix for Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Meder committed Oct 25, 2015
1 parent 7c9438c commit d935491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pod/iOS/JMMobileDevicePort.m
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ void handleConnect(CFSocketRef s, CFSocketCallBackType type, CFDataRef address,

-(void)open
{
CFSocketContext context;
CFSocketContext context = { 0, (__bridge void *)(self), NULL, NULL, NULL };

_socket = CFSocketCreate(
Expand Down

0 comments on commit d935491

Please sign in to comment.