Hi,

A comment is misplaced in rde.c.

Index: rde.c
===================================================================
RCS file: /cvs/src/usr.sbin/bgpd/rde.c,v
retrieving revision 1.368
diff -u -p -r1.368 rde.c
--- rde.c       29 May 2017 13:10:40 -0000      1.368
+++ rde.c       30 Jul 2017 19:49:06 -0000
@@ -213,11 +213,11 @@ rde_main(int debug, int verbose)
        signal(SIGALRM, SIG_IGN);
        signal(SIGUSR1, SIG_IGN);
 
-       /* initialize the RIB structures */
        if ((ibuf_main = malloc(sizeof(struct imsgbuf))) == NULL)
                fatal(NULL);
        imsg_init(ibuf_main, 3);
 
+       /* initialize the RIB structures */
        pt_init();
        path_init(pathhashsize);
        aspath_init(pathhashsize);

Reply via email to