mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-08 11:34:13 +00:00
Missed a timeout -> dnatimeout rename.
This commit is contained in:
parent
354258c395
commit
5cc908e28b
4
client.c
4
client.c
@ -214,9 +214,9 @@ int packetSendRequest(int method,unsigned char *packet,int packet_len,int batchP
|
||||
}
|
||||
cumulative_timeout+=this_timeout;
|
||||
}
|
||||
if (debug&DEBUG_DNARESPONSES) if (cumulative_timeout>=timeout)
|
||||
if (debug&DEBUG_DNARESPONSES) if (cumulative_timeout>=dnatimeout)
|
||||
fprintf(stderr,"Request timed out after retries (timeout=%d, elapsed=%d).\n",
|
||||
timeout,cumulative_timeout);
|
||||
dnatimeout,cumulative_timeout);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user