
vpnc at unix-ag
Jun 24, 2008, 10:12 AM
Post #1 of 1
(154 views)
Permalink
|
|
svn commit: vpnc r328 - /trunk/vpnc.c
|
|
Author: Joerg Mayer Date: Tue Jun 24 19:12:28 2008 New Revision: 328 Log: tpyo: sypmptom -> symptom Modified: trunk/vpnc.c Modified: trunk/vpnc.c ============================================================================== --- trunk/vpnc.c (original) +++ trunk/vpnc.c Tue Jun 24 19:12:28 2008 @@ -556,7 +556,7 @@ *r_p = NULL; /* Some users report "payload ... not padded..." errors. It seems that they - * are harmless, so ignore and fix the sypmptom + * are harmless, so ignore and fix the symptom */ if (r_length < ISAKMP_PAYLOAD_O || ((r_length - ISAKMP_PAYLOAD_O) % s->ike.ivlen != 0)) { _______________________________________________ vpnc-devel mailing list vpnc-devel[at]unix-ag.uni-kl.de https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel http://www.unix-ag.uni-kl.de/~massar/vpnc/
|