~tieto/+junk/openldap

« back to all changes in this revision

Viewing changes to libraries/libldap/init.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/libraries/libldap/init.c,v 1.102.2.11 2009/01/26 23:29:53 quanah Exp $ */
 
1
/* $OpenLDAP: pkg/ldap/libraries/libldap/init.c,v 1.102.2.12 2009/08/12 23:40:55 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.
545
545
        gopts->ldo_tls_connect_arg = NULL;
546
546
        gopts->ldo_tls_require_cert = LDAP_OPT_X_TLS_DEMAND;
547
547
#endif
 
548
        gopts->ldo_keepalive_probes = 0;
 
549
        gopts->ldo_keepalive_interval = 0;
 
550
        gopts->ldo_keepalive_idle = 0;
548
551
 
549
552
        gopts->ldo_valid = LDAP_INITIALIZED;
550
553
        return;