Skip to content
Snippets Groups Projects
Commit 617ea197 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

remove lint

parent bab351a4
No related branches found
No related tags found
No related merge requests found
......@@ -1111,10 +1111,10 @@ dorename(
pctrls, NULL, &msgid );
if ( rc != LDAP_SUCCESS ) {
fprintf( stderr, _("%s: rename failed: %s\n"), prog, dn );
ldap_perror( ld, "ldap_modrdn" );
ldap_perror( ld, "ldap_rename" );
goto done;
} else {
printf( _("modrdn completed\n") );
printf( _("rename completed\n") );
}
rc = process_response( ld, msgid, "ldap_rename", dn );
......
......@@ -116,7 +116,7 @@ main( int argc, char *argv[] )
char *matcheddn = NULL, *text = NULL, **refs = NULL;
char *retoid = NULL;
struct berval *retdata = NULL;
int id, code;
int id, code=0;
LDAPMessage *res;
tool_init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment