X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Finit.c;h=ae15d0515a099ef5b145cbec94f6adf9d428017a;hb=450f352ec14a6c053b50cd2016c197d461990d8e;hp=73e42250679fc54d1fd3c91ff4d21baa1a16710f;hpb=ae471f78c32d7531c729aa88116b8b413cc200bf;p=openldap diff --git a/servers/slapd/init.c b/servers/slapd/init.c index 73e4225067..ae15d0515a 100644 --- a/servers/slapd/init.c +++ b/servers/slapd/init.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2008 The OpenLDAP Foundation. + * Copyright 1998-2009 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -55,10 +55,6 @@ int ldap_syslog_level = LOG_DEBUG; BerVarray default_referral = NULL; -struct berval AllUser = BER_BVC( LDAP_ALL_USER_ATTRIBUTES ); -struct berval AllOper = BER_BVC( LDAP_ALL_OPERATIONAL_ATTRIBUTES ); -struct berval NoAttrs = BER_BVC( LDAP_NO_ATTRS ); - /* * global variables that need mutex protection */