Skip to content
Snippets Groups Projects
Commit 2d99e86f authored by Howard Chu's avatar Howard Chu
Browse files

Remove extraneous newlines from non-LDIF output

parent 1b2aeeee
No related branches found
No related tags found
No related merge requests found
......@@ -666,7 +666,6 @@ void print_entry(
bvals[i]->bv_len );
printf( "%s%s", a, sep );
puts( notprint ? "NOT PRINTABLE" : bvals[ i ]->bv_val );
puts( "\n" );
}
}
}
......
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