Full_Name: David Binderman
Version: 2.4.39
OS: Fedora Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (79.64.240.58)
[modify.c:77] -> [modify.c:78]: (warning) Opposite conditions in nested 'if'
blocks lead to a dead code block.
if ( ml->sml_values != NULL ) {
if ( ml->sml_values == NULL ) {
continue;
}