Remove extraneous variable

This commit is contained in:
Kurt Zeilenga 2001-06-15 00:00:52 +00:00
parent 3512942da1
commit e2edf459cb

View File

@ -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]) ) {