]> git.sur5r.net Git - openldap/commitdiff
more cleanup
authorKurt Zeilenga <kurt@openldap.org>
Tue, 29 Aug 2006 07:28:22 +0000 (07:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 29 Aug 2006 07:28:22 +0000 (07:28 +0000)
README
servers/slapd/slapacl.c

diff --git a/README b/README
index 1a49d22bc296e207e520b55a67d361a41de25107..f1f750c1e7b88c799aec582d482e985f1231322f 100644 (file)
--- 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
+               <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/
+               <http://www.openldap.org/software/>
 
 Contributing
        See <http://www.openldap.org/devel/contributing.html> for how to
index 31edffa527d581283ca231caef8e1bc1d1271aab..80ed5aef1647779a7b25533cbee2fd36979fa1c0 100644 (file)
@@ -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;