]> git.sur5r.net Git - openldap/commitdiff
printf("\tby") belongs on stderr.
authorKurt Zeilenga <kurt@openldap.org>
Fri, 4 Dec 1998 19:29:17 +0000 (19:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 4 Dec 1998 19:29:17 +0000 (19:29 +0000)
servers/slapd/aclparse.c

index f6e5d29ed369ddb1862e681098f64a3c51792d84..63a509784e109c75d8c33d51e69e97fc4feefd9d 100644 (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 ) {