From 7c5baf493ae286bba4ebe4bfdef62844f7447458 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 29 Aug 2006 07:28:22 +0000 Subject: [PATCH] more cleanup --- README | 4 ++-- servers/slapd/slapacl.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 1a49d22bc2..f1f750c1e7 100644 --- a/README +++ b/README @@ -7,11 +7,11 @@ OpenLDAP Devel README development branch. The OpenLDAP Developer's FAQ is available at: - http://www.openldap.org/faq/index.cgi?file=4 + Client developers seeking a suitable development platform should use "release" or "stable" versions. - http://www.openldap.org/software/ + Contributing See for how to diff --git a/servers/slapd/slapacl.c b/servers/slapd/slapacl.c index 31edffa527..80ed5aef16 100644 --- a/servers/slapd/slapacl.c +++ b/servers/slapd/slapacl.c @@ -52,7 +52,8 @@ print_access( desc->ad_cname.bv_val, ( val && !BER_BVISNULL( val ) ) ? "=" : "", ( val && !BER_BVISNULL( val ) ) ? - ( desc == slap_schema.si_ad_userPassword ? "****" : val->bv_val ) : "", + ( desc == slap_schema.si_ad_userPassword ? + "****" : val->bv_val ) : "", accessmask2str( mask, accessmaskbuf, 1 ) ); return rc; -- 2.39.5