Le 06/07/2014 18:50, Otto Moerbeek a écrit :
> Please use cvs diff, whcih includes more context. Now we have no idea
> which parse.y you are patching.
> 

Sorry for this oversight and thank you for the mention of cvs diff.

Index: parse.y
===================================================================
RCS file: /cvs/src/usr.sbin/bgpd/parse.y,v
retrieving revision 1.272
diff -u -p -r1.272 parse.y
--- parse.y     2 May 2014 14:12:05 -0000       1.272
+++ parse.y     6 Jul 2014 16:59:57 -0000
@@ -3042,7 +3042,6 @@ alloc_peer(void)

        /* some sane defaults */
        p->state = STATE_NONE;
-       p->next = NULL;
        p->conf.distance = 1;
        p->conf.announce_type = ANNOUNCE_UNDEF;
        p->conf.announce_capa = 1;

Reply via email to