~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-07-28 10:17:15 UTC
  • mto: (0.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090728101715-g0isvetelfeqm48k
Tags: upstream-2.4.17
ImportĀ upstreamĀ versionĀ 2.4.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* sent.c - deal with data sent subsystem */
2
 
/* $OpenLDAP: pkg/ldap/servers/slapd/back-monitor/sent.c,v 1.42.2.5 2009/01/22 00:01:08 kurt Exp $ */
 
2
/* $OpenLDAP: pkg/ldap/servers/slapd/back-monitor/sent.c,v 1.42.2.6 2009/04/27 22:50:11 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.
110
110
                ber_dupbv( &monitor_sent[ i ].nrdn, &nrdn );
111
111
        
112
112
                BER_BVSTR( &bv, "0" );
113
 
                attr_merge_normalize_one( e, mi->mi_ad_monitorCounter, &bv, NULL );
 
113
                attr_merge_one( e, mi->mi_ad_monitorCounter, &bv, NULL );
114
114
        
115
115
                mp = monitor_entrypriv_create();
116
116
                if ( mp == NULL ) {