Skip to content
Snippets Groups Projects
Commit 9d6ebd82 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix typo

parent 2ee2e7a1
No related branches found
No related tags found
No related merge requests found
......@@ -120,8 +120,8 @@ main( int argc, char *argv[] )
if ( rc == LDAP_SUCCESS ) {
int i;
if( dn ) {
for ( i = 0; dn[i]; i++ ) {
if ( dn ) {
for ( i = 0; dn[ 0 ][ i ]; i++ ) {
LDAPRDN *rdn = dn[ 0 ][ i ];
char *rstr = NULL;
......
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