~tieto/+junk/openldap

« back to all changes in this revision

Viewing changes to servers/slapd/slapi/slapi_pblock.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907134110-rsnlhy8b0r21p9bg
Tags: 2.4.18-0ubuntu1
* New upstream release: (LP: #419515):
  + pcache overlay supports disconnected mode.
* Fix nss overlay load (LP: #417163).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $OpenLDAP: pkg/ldap/servers/slapd/slapi/slapi_pblock.c,v 1.63.2.9 2009/01/22 00:01:15 kurt Exp $ */
 
1
/* $OpenLDAP: pkg/ldap/servers/slapd/slapi/slapi_pblock.c,v 1.63.2.10 2009/07/27 20:19:19 quanah Exp $ */
2
2
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3
3
 *
4
4
 * Copyright 2002-2009 The OpenLDAP Foundation.
1152
1152
                        for ( i = 0; attrs[i] != NULL; i++ ) {
1153
1153
                                an[j].an_desc = NULL;
1154
1154
                                an[j].an_oc = NULL;
1155
 
                                an[j].an_oc_exclude = 0;
 
1155
                                an[j].an_flags = 0;
1156
1156
                                an[j].an_name.bv_val = attrs[i];
1157
1157
                                an[j].an_name.bv_len = strlen( attrs[i] );
1158
1158
                                if ( slap_bv2ad( &an[j].an_name, &an[j].an_desc, &pb->pb_rs->sr_text ) == LDAP_SUCCESS ) {