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

« back to all changes in this revision

Viewing changes to servers/slapd/slaptest.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-02-18 18:44:00 UTC
  • mfrom: (0.1.1 upstream)
  • mto: (0.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20090218184400-xmj1e22xo7i50ar6
Tags: upstream-2.4.14
ImportĀ upstreamĀ versionĀ 2.4.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $OpenLDAP: pkg/ldap/servers/slapd/slaptest.c,v 1.7.2.6 2009/01/22 00:01:03 kurt Exp $ */
1
2
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
2
3
 *
3
 
 * Copyright 2004-2008 The OpenLDAP Foundation.
 
4
 * Copyright 2004-2009 The OpenLDAP Foundation.
4
5
 * Portions Copyright 2004 Pierangelo Masarati.
5
6
 * All rights reserved.
6
7
 *
108
109
                fprintf( stderr, "config file testing succeeded\n");
109
110
        }
110
111
 
111
 
        slap_tool_destroy();
 
112
        if ( slap_tool_destroy())
 
113
                rc = EXIT_FAILURE;
112
114
 
113
115
        return rc;
114
116
}