Skip to content

Commit c27f291

Browse files
committed
Merge branch 'master' of github.com:robbiehanson/CocoaAsyncSocket
2 parents 645a79e + b1e3a08 commit c27f291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GCD/GCDAsyncSocket.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4218,7 +4218,7 @@ - (void)doReadData
42184218
return;
42194219
}
42204220

4221-
BOOL hasBytesAvailable;
4221+
BOOL hasBytesAvailable = NO;
42224222
unsigned long estimatedBytesAvailable;
42234223

42244224
if ([self usingCFStreamForTLS])

0 commit comments

Comments
 (0)