~aw/usbs-directory/trunk

« back to all changes in this revision

Viewing changes to servers/slapd/back-monitor/init.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-02-18 00:58:13 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218005813-8230cn0y207m8wzy
Tags: 2.4.21-0ubuntu1
* New upstream release.
* debian/rules, debian/schema/extra/: 
  Fix get-orig-source rule to supports extra schemas shipped as part of the
  debian/schema/ directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* init.c - initialize monitor backend */
2
 
/* $OpenLDAP: pkg/ldap/servers/slapd/back-monitor/init.c,v 1.125.2.10 2009/08/25 22:48:10 quanah Exp $ */
 
2
/* $OpenLDAP: pkg/ldap/servers/slapd/back-monitor/init.c,v 1.125.2.11 2009/11/18 01:25:49 quanah Exp $ */
3
3
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
4
4
 *
5
5
 * Copyright 2001-2009 The OpenLDAP Foundation.
841
841
        }
842
842
 
843
843
        thrctx = ldap_pvt_thread_pool_context();
844
 
        connection_fake_init( &conn, &opbuf, thrctx );
 
844
        connection_fake_init2( &conn, &opbuf, thrctx, 0 );
845
845
        op = &opbuf.ob_op;
846
846
 
847
847
        op->o_tag = LDAP_REQ_SEARCH;