]> git.puffer.fish Git - mirror/frr.git/commit
ldpd: Fix compiler warning about uninitialized rt 1283/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 4 Oct 2017 01:32:32 +0000 (21:32 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 4 Oct 2017 01:32:32 +0000 (21:32 -0400)
commit7f6778408b05005648413eb82b65e64e88d9cd9b
treeda1476b24cd0b87db35f5d6587fe5a8ae6172690
parentc996743b78190935d453c22cea37840e71a0172d
ldpd: Fix compiler warning about uninitialized rt

Certain compilers cannot recognize that rt is
actually being init'ed, but let's set it to
NULL 'till we get them updated.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ldpd/ldp_vty_exec.c