pluto: Fixed expiration date test.

This commit is contained in:
Tobias Brunner 2011-12-23 15:32:06 +01:00
parent fc726f1359
commit 70a4737690
1 changed files with 1 additions and 2 deletions

View File

@ -91,8 +91,7 @@ mv_chunk(u_char **pos, chunk_t content)
const char*
check_expiry(time_t expiration_date, int warning_interval, bool strict)
{
time_t now;
int time_left;
time_t now, time_left;
if (expiration_date == UNDEFINED_TIME)
return "ok (expires never)";