Skip to content
Snippets Groups Projects
Commit 166f9afa authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

check validity of naming context

parent 018526ff
Branches
Tags
No related merge requests found
......@@ -188,6 +188,10 @@ monitor_cache_dn2entry(
*matched = NULL;
if ( !dnIsSuffix( ndn, &op->o_bd->be_nsuffix[ 0 ] ) ) {
return( -1 );
}
rc = monitor_cache_get( mi, ndn, ep );
if ( !rc && *ep != NULL ) {
return( 0 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment