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

« 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
  • 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/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;