Module Name: src
Committed By: vanhu
Date: Mon Mar 14 14:54:07 UTC 2011
Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: handler.c
Log Message:
removed an useless comment
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/crypto/dist/ipsec-tools/src/racoon/handler.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/dist/ipsec-tools/src/racoon/handler.c
diff -u src/crypto/dist/ipsec-tools/src/racoon/handler.c:1.37 src/crypto/dist/ipsec-tools/src/racoon/handler.c:1.38
--- src/crypto/dist/ipsec-tools/src/racoon/handler.c:1.37 Mon Mar 14 09:19:23 2011
+++ src/crypto/dist/ipsec-tools/src/racoon/handler.c Mon Mar 14 14:54:07 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: handler.c,v 1.37 2011/03/14 09:19:23 vanhu Exp $ */
+/* $NetBSD: handler.c,v 1.38 2011/03/14 14:54:07 vanhu Exp $ */
/* Id: handler.c,v 1.28 2006/05/26 12:17:29 manubsd Exp */
@@ -1447,7 +1447,6 @@
* - delete SPIs in kernel
* - delete generated SPD
* - unbind / rem / del ph2
- * - XXX shoudld also send a delete-sa !?
*/
purge_ipsec_spi(iph2->dst, iph2->approval->head->proto_id,
spis, 2);