1 Index: src/racoon/isakmp_inf.c 2 =================================================================== 3 RCS file: /cvsroot/src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c,v 4 retrieving revision 1.50 5 retrieving revision 1.51 6 diff -p -u -r1.50 -r1.51 7 --- src/racoon/isakmp_inf.c 12 Apr 2013 09:53:10 -0000 1.50 8 +++ src/racoon/isakmp_inf.c 24 Jan 2017 19:23:56 -0000 1.51 9 @@ -1,4 +1,4 @@ 10 -/* $NetBSD: isakmp_inf.c,v 1.50 2013/04/12 09:53:10 tteras Exp $ */ 11 +/* $NetBSD: isakmp_inf.c,v 1.51 2017/01/24 19:23:56 christos Exp $ */ 12 13 /* Id: isakmp_inf.c,v 1.44 2006/05/06 20:45:52 manubsd Exp */ 14 15 @@ -720,6 +720,7 @@ isakmp_info_send_nx(isakmp, remote, loca 16 #endif 17 #ifdef ENABLE_FRAG 18 iph1->frag = 0; 19 + iph1->frag_last_index = 0; 20 iph1->frag_chain = NULL; 21 #endif 22 23