X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fsetup.c;h=e8aca8abf84d8ac4bb11fec729e469c249f88d8c;hb=c2813c5d7e53ce19ebf7f5385999595c8bd1a942;hp=5b6f1bfbe4c318ac00eee7aa70850c4192f31d3d;hpb=c3d5f498b8faf31623aae17ac24cb6fa883bd4db;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/lib/setup.c b/lib/setup.c index 5b6f1bf..e8aca8a 100644 --- a/lib/setup.c +++ b/lib/setup.c @@ -693,8 +693,6 @@ static int luks_remove_helper(int arg, struct setup_backend *backend, struct cry } if(options->flags & CRYPT_FLAG_VERIFY_ON_DELKEY) { - int r; - options->flags &= ~CRYPT_FLAG_VERIFY_ON_DELKEY; get_key("Enter any remaining LUKS passphrase: ",&password,&passwordLen, 0, options->key_file, options->passphrase_fd, options->timeout, options->flags); if(!password) {