mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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') {
|
||||
|
||||
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
|
||||
if (!LOOPBACK_SANITY_CHECK) {
|
||||
|
|
Loading…
Reference in a new issue