]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/accesslog.c
Merge remote-tracking branch 'origin/mdb.master'
[openldap] / servers / slapd / overlays / accesslog.c
index 8f077e5c40e2c43d6610e7840ec68ba9e9d33721..0e3d8d88ca6a19b4f615d6ea1ef88081c1807bff 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2005-2013 The OpenLDAP Foundation.
+ * Copyright 2005-2014 The OpenLDAP Foundation.
  * Portions copyright 2004-2005 Symas Corporation.
  * All rights reserved.
  *
@@ -2348,9 +2348,6 @@ int accesslog_initialize()
                                0, 0, 0 );
                        return -1;
                }
-#ifndef LDAP_DEVEL
-               (*lattrs[i].ad)->ad_type->sat_flags |= SLAP_AT_HIDE;
-#endif
        }
 
        for ( i=0; locs[i].ot; i++ ) {
@@ -2363,9 +2360,6 @@ int accesslog_initialize()
                                0, 0, 0 );
                        return -1;
                }
-#ifndef LDAP_DEVEL
-               (*locs[i].oc)->soc_flags |= SLAP_OC_HIDE;
-#endif
        }
 
        return overlay_register(&accesslog);