Skip to content
Snippets Groups Projects
Commit 3fa80cbc authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#7922 delete dead code

Harmless, but stupid.
parent 0e6ab580
No related branches found
No related tags found
No related merge requests found
......@@ -75,10 +75,6 @@ ldap_back_modify(
mods[ i ].mod_type = ml->sml_desc->ad_cname.bv_val;
if ( ml->sml_values != NULL ) {
if ( ml->sml_values == NULL ) {
continue;
}
for ( j = 0; !BER_BVISNULL( &ml->sml_values[ j ] ); j++ )
/* just count mods */ ;
mods[ i ].mod_bvalues =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment