cryptsetup: accept "none" option

This commit is contained in:
Frederic Crozat 2011-08-04 16:04:43 +02:00 committed by Lennart Poettering
parent f47cd184c0
commit 41e6f28acc

View File

@ -110,7 +110,7 @@ static int parse_one_option(const char *option) {
return 0;
}
} else
} else if (!streq(option, "none"))
log_error("Encountered unknown /etc/crypttab option '%s', ignoring.", option);
return 0;