diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-26 11:32:54 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-26 11:32:54 +0000 |
commit | 6782d06a206e8aa8304d4ec9518361aecd1b9472 (patch) | |
tree | 8ea2727105be2e0191d89f7a101f43ba8b59c810 /programs/pluto/kernel.c | |
parent | aa0f5b38aec14428b4b80e06f90ff781f8bca5f1 (diff) | |
download | vyos-strongswan-6782d06a206e8aa8304d4ec9518361aecd1b9472.tar.gz vyos-strongswan-6782d06a206e8aa8304d4ec9518361aecd1b9472.zip |
Load /tmp/tmp.dFxzTv5957/strongswan-2.7.2 into
branches/source-dist/debian/strongswan.
Diffstat (limited to 'programs/pluto/kernel.c')
-rw-r--r-- | programs/pluto/kernel.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/programs/pluto/kernel.c b/programs/pluto/kernel.c index 5d7c5f78a..d2070c0d4 100644 --- a/programs/pluto/kernel.c +++ b/programs/pluto/kernel.c @@ -12,7 +12,7 @@ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * - * RCSID $Id: kernel.c,v 1.25 2006/04/17 14:58:09 as Exp $ + * RCSID $Id: kernel.c,v 1.26 2006/04/29 18:16:02 as Exp $ */ #include <stddef.h> @@ -934,6 +934,8 @@ show_shunt_status(void) , ourst, ourport, hist, hisport, sat, bs->transport_proto , prio, bs->why); } + if (bare_shunts != NULL) + whack_log(RC_COMMENT, BLANK_FORMAT); /* spacer */ } /* Setup an IPsec route entry. |