mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
cleanup
This commit is contained in:
parent
2e09e645ba
commit
20140992a6
1 changed files with 2 additions and 1 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue