diff options
| author | David Lamparter <equinox@diac24.net> | 2017-02-07 17:17:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-07 17:17:12 +0100 |
| commit | 9da3dd3bc5a4682a3c855bab3cd2736395de3fbf (patch) | |
| tree | 4749a0390d5ea4b66cb5b5960d0abc5bb615b122 /lib/memory.c | |
| parent | 3f3971a911668ab1d60a090ba1fff92f6ab8ce44 (diff) | |
| parent | 50b05f3c3dc197c0ba6f795b99b351b890a568ee (diff) | |
Merge pull request #161 from donaldsharp/stableMcLibrary
Stable mc library
Diffstat (limited to 'lib/memory.c')
| -rw-r--r-- | lib/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memory.c b/lib/memory.c index f17915486c..45aaf7d797 100644 --- a/lib/memory.c +++ b/lib/memory.c @@ -23,7 +23,7 @@ static struct memgroup *mg_first = NULL; struct memgroup **mg_insert = &mg_first; -DEFINE_MGROUP(LIB, "libzebra") +DEFINE_MGROUP(LIB, "libfrr") DEFINE_MTYPE(LIB, TMP, "Temporary memory") static inline void |
