.
This commit is contained in:
@@ -173,7 +173,7 @@ int CocCreateSockAdr(
|
||||
}
|
||||
|
||||
char* readWrite(int tmo, int skip, char *find) {
|
||||
int lbuf, go, iret, n, shortTmo, l, socket;
|
||||
int lbuf, go, n, shortTmo, l, socket;
|
||||
Mode idx;
|
||||
char *msg, *p, *q;
|
||||
char chr;
|
||||
@@ -283,7 +283,7 @@ char* readWrite(int tmo, int skip, char *find) {
|
||||
shortTmo = 0;
|
||||
}
|
||||
fflush(stdout);
|
||||
if (iret==0) laststat=0;
|
||||
if (result==NULL) laststat=0;
|
||||
return result;
|
||||
OnError: return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user