mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +02:00
fix typo for last receive
This commit is contained in:
parent
7503db3e19
commit
53b89193f3
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ int main(int argc, const char * argv[])
|
||||||
if (packetData[0] == 'I') {
|
if (packetData[0] == 'I') {
|
||||||
|
|
||||||
printf("Last receive was %f ms ago\n", (usecTimestampNow() - usecTimestamp(&lastReceive)) / 1000);
|
printf("Last receive was %f ms ago\n", (usecTimestampNow() - usecTimestamp(&lastReceive)) / 1000);
|
||||||
gettimeofday(&lastreceive, NULL);
|
gettimeofday(&lastReceive, NULL);
|
||||||
|
|
||||||
// add or update the existing interface agent
|
// add or update the existing interface agent
|
||||||
if (!LOOPBACK_SANITY_CHECK) {
|
if (!LOOPBACK_SANITY_CHECK) {
|
||||||
|
|
Loading…
Reference in a new issue