X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=lib%2Fnetns_other.c;h=b6570d3b9e58627576d254f8b7f3941f6298634f;hb=8e3aae66cec563cee0add26482f279c4aae67cb1;hp=3fc4b8df4bffe3e17db6bfd2763c85a0873d8f5e;hpb=8619aadd40d18cc63aa8984a3e54aaca8bbac323;p=mirror_frr.git diff --git a/lib/netns_other.c b/lib/netns_other.c index 3fc4b8df4..b6570d3b9 100644 --- a/lib/netns_other.c +++ b/lib/netns_other.c @@ -26,8 +26,8 @@ #include "log.h" #include "memory.h" -DEFINE_MTYPE_STATIC(LIB, NS, "NetNS Context") -DEFINE_MTYPE_STATIC(LIB, NS_NAME, "NetNS Name") +DEFINE_MTYPE_STATIC(LIB, NS, "NetNS Context"); +DEFINE_MTYPE_STATIC(LIB, NS_NAME, "NetNS Name"); static inline int ns_compare(const struct ns *ns, const struct ns *ns2);