mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
Remove extraneous variable
This commit is contained in:
parent
3512942da1
commit
e2edf459cb
@ -2355,8 +2355,6 @@ countryStringValidate(
|
||||
Syntax *syntax,
|
||||
struct berval *val )
|
||||
{
|
||||
ber_len_t i;
|
||||
|
||||
if( val->bv_len != 2 ) return LDAP_INVALID_SYNTAX;
|
||||
|
||||
if( !SLAP_PRINTABLE(val->bv_val[0]) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user