Fix debug print bug from -devel.

This commit is contained in:
Kurt Zeilenga 1998-12-05 03:18:32 +00:00
parent d59966a9cb
commit 2d3cc7f434

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