Version bump.

This commit is contained in:
Adam Ierymenko 2022-06-03 15:42:06 -04:00
parent 7e46c83592
commit 4508a6687e
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
6 changed files with 13 additions and 6 deletions

View file

@ -778,8 +778,6 @@ static int cli(int argc,char **argv)
int64_t expiresIn = ((int64_t)authenticationExpiryTime - OSUtils::now()) / 1000LL;
if (expiresIn >= 0) {
printf(" AUTH OK, expires in: %lld seconds" ZT_EOL_S, expiresIn);
} else {
printf(" AUTH OK, refreshing..." ZT_EOL_S);
}
}
}