This commit is contained in:
Pierangelo Masarati 2004-05-13 22:59:14 +00:00
parent 2e09e645ba
commit 20140992a6

View file

@ -252,8 +252,9 @@ static int slap_parseURI( Operation *op, struct berval *uri,
}
} else {
if ( bv.bv_val[ 0 ] != ':' )
if ( bv.bv_val[ 0 ] != ':' ) {
return LDAP_PROTOCOL_ERROR;
}
*scope = LDAP_X_SCOPE_EXACT;
bv.bv_val++;
}