mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
printf("\tby") belongs on stderr.
This commit is contained in:
parent
76dc7b2673
commit
08134c9e16
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue