Remove test for passwd removal

Configs with passwd are still accepted in 2.3.
This commit is contained in:
Markus Mäkelä 2018-11-05 14:41:52 +02:00
parent 113b1503f6
commit 3300bfd17f
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -21,7 +21,8 @@ const char* bad_configs[] =
"mxs720_wierd_line",
"mxs799",
"mxs1731_empty_param",
"old_passwd",
// passwd is still supported
// "old_passwd",
NULL
};