Skip to content
Snippets Groups Projects
Commit 08134c9e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

printf("\tby") belongs on stderr.

parent 76dc7b26
Branches
Tags
No related merge requests found
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment