~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to servers/slapd/search.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/search.c,v 1.181.2.8 2009/01/22 00:01:03 kurt Exp $ */
 
1
/* $OpenLDAP: pkg/ldap/servers/slapd/search.c,v 1.181.2.9 2009/07/27 20:19:18 quanah Exp $ */
2
2
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3
3
 *
4
4
 * Copyright 1998-2009 The OpenLDAP Foundation.
152
152
                const char *dummy;      /* ignore msgs from bv2ad */
153
153
                op->ors_attrs[i].an_desc = NULL;
154
154
                op->ors_attrs[i].an_oc = NULL;
155
 
                op->ors_attrs[i].an_oc_exclude = 0;
 
155
                op->ors_attrs[i].an_flags = 0;
156
156
                if ( slap_bv2ad( &op->ors_attrs[i].an_name,
157
157
                        &op->ors_attrs[i].an_desc, &dummy ) != LDAP_SUCCESS )
158
158
                {