aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfreeswan/pfkey_v2_parse.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-04-19 12:07:48 +0200
committerTobias Brunner <tobias@strongswan.org>2011-04-19 13:48:50 +0200
commit1c004bebd8375b0e6dd0280047748bc33ff83710 (patch)
treefe6808e5c01f73201230fc32661ea0a650d08f44 /src/libfreeswan/pfkey_v2_parse.c
parent119fc2d3d7b562426213023d84c3ceaa011aa67c (diff)
downloadstrongswan-1c004bebd8375b0e6dd0280047748bc33ff83710.tar.bz2
strongswan-1c004bebd8375b0e6dd0280047748bc33ff83710.tar.xz
Clearly mark switch cases that fall through.
Diffstat (limited to 'src/libfreeswan/pfkey_v2_parse.c')
-rw-r--r--src/libfreeswan/pfkey_v2_parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libfreeswan/pfkey_v2_parse.c b/src/libfreeswan/pfkey_v2_parse.c
index 49d5cdf4a..a143003b3 100644
--- a/src/libfreeswan/pfkey_v2_parse.c
+++ b/src/libfreeswan/pfkey_v2_parse.c
@@ -1247,6 +1247,7 @@ pfkey_msg_parse(struct sadb_msg *pfkey_msg,
pfkey_msg->sadb_msg_type,
pfkey_v2_sadb_type_string(pfkey_msg->sadb_msg_type));
}
+ /* fall through */
case SADB_ACQUIRE:
case SADB_REGISTER:
case SADB_EXPIRE: