Skip to content

Commit 4d86030

Browse files
committed
func sig
1 parent 237d401 commit 4d86030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NetDiag/QNNRtmp.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ static int writeAll(int sock, const char *buffer, int n){
152152
return ptr-buffer;
153153
}
154154

155-
static int HandShake(int sock){
155+
static int handShake(int sock){
156156
int i;
157157
uint32_t uptime, suptime;
158158
int bMatch;
@@ -387,7 +387,7 @@ -(NSInteger)handshake:(struct sockaddr_in*) addr{
387387
if (err != 0) {
388388
return err;
389389
}
390-
390+
handShake(0);
391391

392392
}
393393

0 commit comments

Comments
 (0)