mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
Remove old kruft.
This commit is contained in:
parent
8f8c483a8b
commit
3a1ff6f9c7
1 changed files with 0 additions and 14 deletions
|
|
@ -19,9 +19,6 @@
|
|||
int
|
||||
main( int argc, char **argv )
|
||||
{
|
||||
char *type;
|
||||
AttributeDescription *desc;
|
||||
const char *text;
|
||||
ID id;
|
||||
int rc = EXIT_SUCCESS;
|
||||
|
||||
|
|
@ -38,16 +35,6 @@ main( int argc, char **argv )
|
|||
exit( EXIT_FAILURE );
|
||||
}
|
||||
|
||||
type = argv[argc - 1];
|
||||
|
||||
rc = slap_str2ad( type, &desc, &text );
|
||||
|
||||
if( rc != LDAP_SUCCESS ) {
|
||||
fprintf( stderr, "%s: unrecognized attribute type: %s\n",
|
||||
progname, text );
|
||||
exit( EXIT_FAILURE );
|
||||
}
|
||||
|
||||
if( be->be_entry_open( be, 0 ) != 0 ) {
|
||||
fprintf( stderr, "%s: could not open database.\n",
|
||||
progname );
|
||||
|
|
@ -76,6 +63,5 @@ main( int argc, char **argv )
|
|||
(void) be->be_entry_close( be );
|
||||
|
||||
slap_tool_destroy();
|
||||
|
||||
return( rc );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue