Remove unreachable code from passwd(1)
Fixed Coverity CID 66966 Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		
							parent
							
								
									8c6e4fec14
								
							
						
					
					
						commit
						db8bda4b47
					
				|  | @ -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; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue