File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
WebDriverAgentLib/Vendor/CocoaAsyncSocket Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3138,7 +3138,7 @@ - (BOOL)connectToHost:(NSString *)host onPort:(uint16_t)port error:(NSError **)e
31383138
31393139 // Create the socket(s) if needed
31403140
3141- if ((self->flags & kDidCreateSockets ) == 0 )
3141+ if ((self->flags & kDidCreateSockets ) == 0 )
31423142 {
31433143 if (![self createSockets: &err])
31443144 {
@@ -3171,9 +3171,9 @@ - (BOOL)connectToHost:(NSString *)host onPort:(uint16_t)port error:(NSError **)e
31713171
31723172 // Updates flags, add connect packet to send queue, and pump send queue
31733173
3174- self->flags |= kConnecting ;
3174+ self->flags |= kConnecting ;
31753175
3176- [self ->sendQueue addObject: packet];
3176+ [self ->sendQueue addObject: packet];
31773177 [self maybeDequeueSend ];
31783178
31793179 result = YES ;
You can’t perform that action at this time.
0 commit comments