mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Remove extraneous newlines from non-LDIF output
This commit is contained in:
parent
1b2aeeee21
commit
2d99e86fc1
1 changed files with 0 additions and 1 deletions
|
|
@ -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" );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue