Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon Fix the previous commit.



details:   https://anonhg.NetBSD.org/src/rev/0e2f71cca84c
branches:  trunk
changeset: 772386:0e2f71cca84c
user:      tteras <tteras%NetBSD.org@localhost>
date:      Sun Jan 01 15:44:06 2012 +0000

description:
Fix the previous commit.

diffstat:

 crypto/dist/ipsec-tools/src/racoon/cfparse.y |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ac56a83829d1 -r 0e2f71cca84c crypto/dist/ipsec-tools/src/racoon/cfparse.y
--- a/crypto/dist/ipsec-tools/src/racoon/cfparse.y      Sun Jan 01 15:41:16 2012 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/cfparse.y      Sun Jan 01 15:44:06 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cfparse.y,v 1.45 2012/01/01 15:29:28 tteras Exp $      */
+/*     $NetBSD: cfparse.y,v 1.46 2012/01/01 15:44:06 tteras Exp $      */
 
 /* Id: cfparse.y,v 1.66 2006/08/22 18:17:17 manubsd Exp */
 
@@ -1267,7 +1267,7 @@
                        groupname = racoon_malloc($1->l+1);
                        if (groupname == NULL) {
                                yyerror("unable to allocate auth group name");
-                               ABORT_AND_VFREE, $1);
+                               ABORT_AND_VFREE($1);
                        }
 
                        memcpy(groupname,$1->v,$1->l);



Home | Main Index | Thread Index | Old Index