Version bump.
This commit is contained in:
parent
7e46c83592
commit
4508a6687e
6 changed files with 13 additions and 6 deletions
2
one.cpp
2
one.cpp
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue