]> git.puffer.fish Git - matthieu/frr.git/commit
*: get rid of "MTYPE 0"
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 28 Jul 2016 15:23:49 +0000 (17:23 +0200)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 28 Jul 2016 11:27:48 +0000 (07:27 -0400)
commitc66f9c6186acb837a4fab441469a26b406f08e37
tree55cccc9eedfbfdd8e2b424f4cac1535c7472fa3b
parent5ef104fc4131cacaf1843bb32e19d4b681fc5214
*: get rid of "MTYPE 0"

A few places are using 0 in place of the MTYPE_* argument.  The
following rewrite of the alloc tracking won't deal with that, so let's
use MTYPE_TMP instead.

Acked-by: Vincent JARDIN <vincent.jardin@6wind.com>
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
[DL: v2: fix XFREE(0, foo) calls too]
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/prefix.c
ospfclient/ospf_apiclient.h
ospfd/ospf_opaque.c
ospfd/ospf_snmp.c
ospfd/ospf_te.c
vtysh/vtysh_main.c
vtysh/vtysh_user.c
zebra/zserv.c