[hipl-commit] [trunk] Rev 4252: Fix commented-out hip_send_close() invocation that was missing one parameter.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 13 Apr 2010 14:20:54 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 13/04/2010 at 14:20:54
Revision: 4252
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Fix commented-out hip_send_close() invocation that was missing one parameter.

Modified:
  M  hipd/init.c

=== modified file 'hipd/init.c'
--- hipd/init.c 2010-04-13 11:10:38 +0000
+++ hipd/init.c 2010-04-13 11:20:27 +0000
@@ -777,7 +777,7 @@
 
     default_ipsec_func_set.hip_delete_default_prefix_sp_pair();
     /* Close SAs with all peers */
-    // hip_send_close(NULL);
+    // hip_send_close(NULL, FLUSH_HA_INFO_DB);
 
     if (hipd_msg) {
         HIP_FREE(hipd_msg);

Other related posts:

  • » [hipl-commit] [trunk] Rev 4252: Fix commented-out hip_send_close() invocation that was missing one parameter. - Diego Biurrun