]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: don't use '\0' as NULL
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 Mar 2015 08:06:51 +0000 (09:06 +0100)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Jun 2016 16:55:07 +0000 (12:55 -0400)
commit8d10f6e5f4202faac9931ec115f0a572df519f85
tree1b1f6408dc7e05ee70d9879ca10c6920dc96d669
parent21b4520d47788d98126da05e628abdbf6fa807af
vtysh: don't use '\0' as NULL

for some reason, the vty code was using '\0' in place of NULL.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit a91a3bac14976c04bf22b20c7e4bada787ec79b1)