X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=lib%2Fif_rmap.c;h=108ab7ec6b5dacc737970eae4fb60dbbf766938e;hb=01b4cb3ed6181d7200f66e0187b1e5c5db6c0e5a;hp=2c686ecb852e20effb0eac5a5e96b9bfcc32b843;hpb=9bb3ca515b59b939c5d9941c4fdd4bd2f2dd38d1;p=mirror_frr.git diff --git a/lib/if_rmap.c b/lib/if_rmap.c index 2c686ecb8..108ab7ec6 100644 --- a/lib/if_rmap.c +++ b/lib/if_rmap.c @@ -117,7 +117,7 @@ static unsigned int if_rmap_hash_make(void *data) return string_hash_make(if_rmap->ifname); } -static int if_rmap_hash_cmp(const void *arg1, const void *arg2) +static bool if_rmap_hash_cmp(const void *arg1, const void *arg2) { const struct if_rmap *if_rmap1 = arg1; const struct if_rmap *if_rmap2 = arg2;