fixed reauthentication time in statusall
This commit is contained in:
@@ -102,7 +102,7 @@ static void log_ike_sa(FILE *out, ike_sa_t *ike_sa, bool all)
|
|||||||
}
|
}
|
||||||
if (reauth)
|
if (reauth)
|
||||||
{
|
{
|
||||||
reauth -= reauth;
|
reauth -= now;
|
||||||
fprintf(out, ", %N reauthentication in %V", auth_class_names,
|
fprintf(out, ", %N reauthentication in %V", auth_class_names,
|
||||||
get_auth_class(ike_sa->get_peer_cfg(ike_sa)), &reauth);
|
get_auth_class(ike_sa->get_peer_cfg(ike_sa)), &reauth);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user