Use correct time_t variables to store ARG_TIME options

This commit is contained in:
Martin Willi
2012-01-18 10:31:45 +01:00
parent d68b8dfec4
commit 498d172c33
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -198,12 +198,12 @@ struct starter_config {
char *plutostderrlog;
bool uniqueids;
u_int overridemtu;
u_int crlcheckinterval;
time_t crlcheckinterval;
bool cachecrls;
strict_t strictcrlpolicy;
bool nocrsend;
bool nat_traversal;
u_int keep_alive;
time_t keep_alive;
u_int force_keepalive;
char *virtual_private;
char *pkcs11module;