Remove unreachable code from passwd(1)

Fixed Coverity CID 66966

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2016-10-22 21:20:28 +02:00
parent 8c6e4fec14
commit db8bda4b47
1 changed files with 0 additions and 3 deletions

View File

@ -88,9 +88,6 @@ EvalRet (int ret, const char *user)
eprint (0, "You may not change the password for %s.", user);
break;
eprint (0, "Bad password: Invalid.");
break;
case NERR_PasswordTooShort:
eprint (0, "Bad password: Too short.");
break;