]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/neighbour.c
Merge pull request #3540 from donaldsharp/staic
[mirror_frr.git] / babeld / neighbour.c
index 512b60e29a11491818dabfaf249ccf8b345cccb5..83f05bb5cf337698dc0b8622ee7394d26c6ba45e 100644 (file)
@@ -94,7 +94,7 @@ find_neighbour(const unsigned char *address, struct interface *ifp)
 
     neigh = malloc(sizeof(struct neighbour));
     if(neigh == NULL) {
-        flog_err(BABEL_ERR_MEMORY, "malloc(neighbour): %s",
+        flog_err(EC_BABEL_MEMORY, "malloc(neighbour): %s",
                  safe_strerror(errno));
         return NULL;
     }