Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: vpnc: devel
svn commit: vpnc r442 - /branches/vpnc-nortel/vpnc.c
 

Index | Next | Previous | View Flat


vpnc at unix-ag

Sep 11, 2009, 7:18 PM


Views: 588
Permalink
svn commit: vpnc r442 - /branches/vpnc-nortel/vpnc.c

Author: Antonio Borneo
Date: Sat Sep 12 04:18:34 2009
New Revision: 442

Log:
Merge in Nortel branch the commit r393 by Maurice Massar.
Original comment:
document some code

Modified:
branches/vpnc-nortel/vpnc.c

Modified: branches/vpnc-nortel/vpnc.c
==============================================================================
--- branches/vpnc-nortel/vpnc.c (original)
+++ branches/vpnc-nortel/vpnc.c Sat Sep 12 04:18:34 2009
@@ -2575,8 +2575,8 @@
r->payload->next->u.modecfg.type = ISAKMP_MODECFG_CFG_ACK;
sendrecv_phase2(s, r->payload->next, ISAKMP_EXCHANGE_MODECFG_TRANSACTION,
r->message_id, 1, 0, 0, 0, 0);
- r->payload->next = NULL;
- free_isakmp_packet(r);
+ r->payload->next = NULL; /* this part is already free()d by sendrecv_phase2 */
+ free_isakmp_packet(r); /* this frees the received set packet (header+hash) */

if (set_result == 0)
error(2, 0, "authentication unsuccessful");

_______________________________________________
vpnc-devel mailing list
vpnc-devel [at] unix-ag
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/

Subject User Time
svn commit: vpnc r442 - /branches/vpnc-nortel/vpnc.c vpnc at unix-ag Sep 11, 2009, 7:18 PM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.