]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/qobj.c
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / lib / qobj.c
index c3f1a27c8213cfc1bbbe400e782b275d5f34c9bd..811645f3c33e337387be81f2789a68d2b551b819 100644 (file)
@@ -36,7 +36,7 @@ static unsigned int qobj_key(void *data)
        return (unsigned int)node->nid;
 }
 
-static int qobj_cmp(const void *a, const void *b)
+static bool qobj_cmp(const void *a, const void *b)
 {
        const struct qobj_node *na = a, *nb = b;
        return na->nid == nb->nid;