mirror of
https://github.com/systemd/systemd.git
synced 2025-03-29 06:50:16 +03:00
cryptsetup: set the timeout to 0 by default
cryptsetup itself has no timeout as default from the beginning. So the default timeout has been "0" from the beginning. https://bugzilla.redhat.com/show_bug.cgi?id=949702
This commit is contained in:
parent
099a804b11
commit
49714341c3
@ -44,7 +44,7 @@ static unsigned opt_tries = 0;
|
||||
static bool opt_readonly = false;
|
||||
static bool opt_verify = false;
|
||||
static bool opt_discards = false;
|
||||
static usec_t opt_timeout = DEFAULT_TIMEOUT_USEC;
|
||||
static usec_t opt_timeout = 0;
|
||||
|
||||
/* Options Debian's crypttab knows we don't:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user