~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to libraries/libldap/search.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-03-06 17:34:21 UTC
  • mto: (0.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20090306173421-n2o3ca73v9tmrdiy
Tags: upstream-2.4.15
ImportĀ upstreamĀ versionĀ 2.4.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $OpenLDAP: pkg/ldap/libraries/libldap/search.c,v 1.76.2.8 2009/02/02 22:53:14 quanah Exp $ */
 
1
/* $OpenLDAP: pkg/ldap/libraries/libldap/search.c,v 1.76.2.9 2009/02/20 00:28:32 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.
315
315
#endif
316
316
        {
317
317
            err = ber_printf( ber, "{it{seeiib", *idp,
318
 
                LDAP_REQ_SEARCH, base, (ber_int_t) scope, ld->ld_deref,
 
318
                LDAP_REQ_SEARCH, base, (ber_int_t) scope,
 
319
                (deref < 0) ? ld->ld_deref : deref,
319
320
                (sizelimit < 0) ? ld->ld_sizelimit : sizelimit,
320
321
                (timelimit < 0) ? ld->ld_timelimit : timelimit,
321
322
                attrsonly );