]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix debug print bug from -devel.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 5 Dec 1998 03:18:32 +0000 (03:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 5 Dec 1998 03:18:32 +0000 (03:18 +0000)
servers/slapd/aclparse.c

index b92702198986e59e6624b792534a89ba6d7ee1e1..e8bd5d0300abc71c8db6c6506c96d4f982080cc3 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 ) {