mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
Remove extraneous newlines from non-LDIF output
This commit is contained in:
parent
1b2aeeee21
commit
2d99e86fc1
@ -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…
x
Reference in New Issue
Block a user