]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/source.c
zebra: Refactor kernel_rtm to be a bit smarter about how it handles options
[mirror_frr.git] / babeld / source.c
index 75bca0620639d32f9f17cd01ea7b017818f8f0b0..ed165b41b44d8956a8c1ca69efba9b0a810d7de8 100644 (file)
@@ -63,7 +63,7 @@ find_source(const unsigned char *id, const unsigned char *p, unsigned char plen,
 
     src = malloc(sizeof(struct source));
     if(src == NULL) {
-        flog_err(BABEL_ERR_MEMORY, "malloc(source): %s", safe_strerror(errno));
+        flog_err(EC_BABEL_MEMORY, "malloc(source): %s", safe_strerror(errno));
         return NULL;
     }