diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/defs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pluto/defs.c b/src/pluto/defs.c index f83318e12..404194b81 100644 --- a/src/pluto/defs.c +++ b/src/pluto/defs.c @@ -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)"; |