printf("\tby") belongs on stderr.

This commit is contained in:
Kurt Zeilenga 1998-12-04 19:29:17 +00:00
parent 76dc7b2673
commit 08134c9e16

View File

@ -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 ) {