diff options
Diffstat (limited to 'bgpd')
| -rw-r--r-- | bgpd/bgp_rpki.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_rpki.c b/bgpd/bgp_rpki.c index b2e7f04ece..a38d78916c 100644 --- a/bgpd/bgp_rpki.c +++ b/bgpd/bgp_rpki.c @@ -1134,7 +1134,7 @@ DEFPY (no_rpki_cache,  {  	struct cache *cache_p = find_cache(preference); -	if (!cache) { +	if (!cache_p) {  		vty_out(vty, "Could not find cache %ld\n", preference);  		return CMD_WARNING;  	}  | 
