X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Ffrontend.c;h=a7796565bfd3ae623ff290215508c7c13eaa8d06;hb=0af1940f3fb59fe57b2281ef253fe1341c505c2c;hp=3ea31ac49184a5770a9c4532116fb53fc8122457;hpb=6da978d5a060f8caf0bc584c11fb6768a3ce8206;p=openldap diff --git a/servers/slapd/frontend.c b/servers/slapd/frontend.c index 3ea31ac491..a7796565bf 100644 --- a/servers/slapd/frontend.c +++ b/servers/slapd/frontend.c @@ -1,7 +1,7 @@ /* frontend.c - routines for dealing with frontend */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2005 The OpenLDAP Foundation. + * Copyright 1998-2006 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -120,7 +120,7 @@ frontend_init( void ) frontendDB->bd_info->bi_entry_release_rw = fe_entry_release_rw; #endif #ifdef SLAP_OVERLAY_ACCESS - frontendDB->bd_info->bi_access_allowed = slap_access_allowed; + frontendDB->bd_info->bi_access_allowed = fe_access_allowed; frontendDB->bd_info->bi_acl_group = fe_acl_group; frontendDB->bd_info->bi_acl_attribute = fe_acl_attribute; #endif /* SLAP_OVERLAY_ACCESS */