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 @@ -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 ;
@@ -3547,7 +3547,7 @@ - (BOOL)sendIPv4MulticastOnInterface:(NSString*)interface error:(NSError **)errP
35473547 return_from_block;
35483548 }
35493549
3550- if ((self->flags & kDidCreateSockets ) == 0 )
3550+ if ((self->flags & kDidCreateSockets ) == 0 )
35513551 {
35523552 if (![self createSockets: &err])
35533553 {
You can’t perform that action at this time.
0 commit comments