Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon CID 1356385: Add fallthro...
details: https://anonhg.NetBSD.org/src/rev/ffbe5a86d5b8
branches: trunk
changeset: 344195:ffbe5a86d5b8
user: christos <christos%NetBSD.org@localhost>
date: Wed Mar 16 21:09:39 2016 +0000
description:
CID 1356385: Add fallthrough comment
diffstat:
crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4fffd21347c6 -r ffbe5a86d5b8 crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c
--- a/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c Wed Mar 16 21:07:59 2016 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/isakmp_ident.c Wed Mar 16 21:09:39 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isakmp_ident.c,v 1.14 2016/03/09 22:27:17 christos Exp $ */
+/* $NetBSD: isakmp_ident.c,v 1.15 2016/03/16 21:09:39 christos Exp $ */
/* Id: isakmp_ident.c,v 1.21 2006/04/06 16:46:08 manubsd Exp */
@@ -171,7 +171,7 @@
else
plist = isakmp_plist_append(plist,
vid_xauth, ISAKMP_NPTYPE_VID);
-
+ /*FALLTHROUGH*/
case OAKLEY_ATTR_AUTH_METHOD_RSASIG:
if ((vid_unity = set_vendorid(VENDORID_UNITY)) == NULL)
plog(LLV_ERROR, LOCATION, NULL,
Home |
Main Index |
Thread Index |
Old Index