summaryrefslogtreecommitdiff
path: root/programs/pluto/log.c
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2006-11-06 19:05:06 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2006-11-06 19:05:06 +0000
commit4f4d9f7a0e48ee9caa58a9e6ec62485a917a3924 (patch)
treecf694ee1ec25dda600bb3b238d159261aaadccde /programs/pluto/log.c
parent77383bab0a15747e1f55fedf8db732840fcc953f (diff)
downloadvyos-strongswan-4f4d9f7a0e48ee9caa58a9e6ec62485a917a3924.tar.gz
vyos-strongswan-4f4d9f7a0e48ee9caa58a9e6ec62485a917a3924.zip
- New upstream release.
Diffstat (limited to 'programs/pluto/log.c')
-rw-r--r--programs/pluto/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/pluto/log.c b/programs/pluto/log.c
index 73ffceccd..aef93ff3c 100644
--- a/programs/pluto/log.c
+++ b/programs/pluto/log.c
@@ -12,7 +12,7 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
- * RCSID $Id: log.c,v 1.8 2006/04/29 18:16:02 as Exp $
+ * RCSID $Id: log.c,v 1.9 2006/10/17 10:30:54 as Exp $
*/
#include <stdio.h>
@@ -773,7 +773,7 @@ show_status(bool all, const char *name)
whack_log(RC_COMMENT, BLANK_FORMAT); /* spacer */
}
show_connections_status(all, name);
- show_states_status(name);
+ show_states_status(all, name);
#ifdef KLIPS
show_shunt_status();
#endif