support of ipsec statusall in state output

This commit is contained in:
Andreas Steffen
2006-10-25 08:49:57 +00:00
parent 2aa893a13c
commit b4cb66daf4
+1 -1
View File
@@ -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