strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ab7f5
)
fixed reauthentication time in statusall
author
Martin Willi
<martin@strongswan.org>
Tue, 28 Oct 2008 09:41:33 +0000
(09:41 -0000)
committer
Martin Willi
<martin@strongswan.org>
Tue, 28 Oct 2008 09:41:33 +0000
(09:41 -0000)
src/charon/plugins/stroke/stroke_list.c
patch
|
blob
|
history
diff --git
a/src/charon/plugins/stroke/stroke_list.c
b/src/charon/plugins/stroke/stroke_list.c
index
017f3ae
..
acc48a4
100644
(file)
--- a/
src/charon/plugins/stroke/stroke_list.c
+++ b/
src/charon/plugins/stroke/stroke_list.c
@@
-102,7
+102,7
@@
static void log_ike_sa(FILE *out, ike_sa_t *ike_sa, bool all)
}
if (reauth)
{
- reauth -=
reauth
;
+ reauth -=
now
;
fprintf(out, ", %N reauthentication in %V", auth_class_names,
get_auth_class(ike_sa->get_peer_cfg(ike_sa)), &reauth);
}