mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
printf("\tby") belongs on stderr.
This commit is contained in:
parent
76dc7b2673
commit
08134c9e16
@ -412,7 +412,8 @@ acl_append( struct acl **l, struct acl *a )
|
||||
static void
|
||||
print_access( struct access *b )
|
||||
{
|
||||
printf( "\tby" );
|
||||
fprintf( stderr, "\tby" );
|
||||
|
||||
if ( b->a_dnpat != NULL ) {
|
||||
fprintf( stderr, " dn=%s", b->a_dnpat );
|
||||
} else if ( b->a_addrpat != NULL ) {
|
||||
|
Loading…
Reference in New Issue
Block a user