version 1.7.2.8, 2011/01/04 23:50:26
|
version 1.8, 2006/09/14 05:29:46
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/slaptest.c,v 1.7.2.7 2010/04/13 20:23:21 kurt Exp $ */ |
|
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 2004-2011 The OpenLDAP Foundation. |
* Copyright 2004-2006 The OpenLDAP Foundation. |
* Portions Copyright 2004 Pierangelo Masarati. |
* Portions Copyright 2004 Pierangelo Masarati. |
* All rights reserved. |
* All rights reserved. |
* |
* |
Line 105 slaptest( int argc, char **argv )
|
Line 104 slaptest( int argc, char **argv )
|
} |
} |
} |
} |
|
|
if ( !quiet ) { |
fprintf( stderr, "config file testing succeeded\n"); |
fprintf( stderr, "config file testing succeeded\n"); |
|
} |
|
|
|
if ( slap_tool_destroy()) |
slap_tool_destroy(); |
rc = EXIT_FAILURE; |
|
|
|
return rc; |
return rc; |
} |
} |