fix typo for last receive

This commit is contained in:
Stephen Birarda 2013-03-11 19:27:23 -07:00
parent 7503db3e19
commit 53b89193f3

View file

@ -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) {