Fix return code for status command when device doesn't exists.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@550 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2011-06-13 16:44:42 +00:00
parent 3f49ffd526
commit a5757c35f0
3 changed files with 5 additions and 0 deletions

View File

@@ -370,6 +370,7 @@ static int action_status(int arg __attribute__((unused)))
break;
case CRYPT_INACTIVE:
log_std("%s/%s is inactive.\n", crypt_get_dir(), action_argv[0]);
r = -ENODEV;
break;
case CRYPT_ACTIVE:
case CRYPT_BUSY: