Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fix for /src/crypto/dist/ipsec-tools/src/racoon/cfparse.y compile error



diff -u -r1.27 cfparse.y
--- crypto/dist/ipsec-tools/src/racoon/cfparse.y        21 Jul 2008
06:24:29 -0000      1.27
+++ crypto/dist/ipsec-tools/src/racoon/cfparse.y        21 Jul 2008
09:40:50 -0000
@@ -2435,7 +2435,7 @@
                        memcpy(new->gssid->v, gssid, new->gssid->l);
                        racoon_free(gssid);
 #ifdef ENABLE_HYBRID
-               } else if (rmmconf->xauth == NULL) {
+               } else if (rmconf->xauth == NULL) {
 #else
                } else {
 #endif


Home | Main Index | Thread Index | Old Index