diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-04-19 12:07:48 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-04-19 13:48:50 +0200 |
commit | 1c004bebd8375b0e6dd0280047748bc33ff83710 (patch) | |
tree | fe6808e5c01f73201230fc32661ea0a650d08f44 /src/libcharon/sa/tasks | |
parent | 119fc2d3d7b562426213023d84c3ceaa011aa67c (diff) | |
download | strongswan-1c004bebd8375b0e6dd0280047748bc33ff83710.tar.bz2 strongswan-1c004bebd8375b0e6dd0280047748bc33ff83710.tar.xz |
Clearly mark switch cases that fall through.
Diffstat (limited to 'src/libcharon/sa/tasks')
-rw-r--r-- | src/libcharon/sa/tasks/child_delete.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcharon/sa/tasks/child_delete.c b/src/libcharon/sa/tasks/child_delete.c index 45e97e4cd..e6834a93c 100644 --- a/src/libcharon/sa/tasks/child_delete.c +++ b/src/libcharon/sa/tasks/child_delete.c @@ -163,6 +163,7 @@ static void process_payloads(private_child_delete_t *this, message_t *message) protocol, spi); continue; } + /* fall through */ case CHILD_INSTALLED: if (!this->initiator) { /* reestablish installed children if required */ |