~ubuntu-branches/ubuntu/maverick/openldap/maverick-proposed

« back to all changes in this revision

Viewing changes to servers/slapd/controls.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20090907134110-jsdrvn0atu1fex4m
Tags: upstream-2.4.18
ImportĀ upstreamĀ versionĀ 2.4.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $OpenLDAP: pkg/ldap/servers/slapd/controls.c,v 1.174.2.19 2009/04/29 01:55:17 quanah Exp $ */
 
1
/* $OpenLDAP: pkg/ldap/servers/slapd/controls.c,v 1.174.2.20 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.
1414
1414
 
1415
1415
                an[i].an_desc = NULL;
1416
1416
                an[i].an_oc = NULL;
1417
 
                an[i].an_oc_exclude = 0;
 
1417
                an[i].an_flags = 0;
1418
1418
                rc = slap_bv2ad( &an[i].an_name, &an[i].an_desc, &dummy );
1419
1419
                if ( rc == LDAP_SUCCESS ) {
1420
1420
                        an[i].an_name = an[i].an_desc->ad_cname;