mdadm: remove duplicate logic when c.delay is 0

This commit is contained in:
Lidong Zhong 2015-08-26 14:01:52 +08:00
parent ccc93b33ca
commit d7c6d75dcf
1 changed files with 0 additions and 2 deletions

View File

@ -1500,8 +1500,6 @@ int main(int argc, char *argv[])
else
c.delay = 60;
}
if (c.delay == 0)
c.delay = 60;
rv= Monitor(devlist, mailaddr, program,
&c, daemonise, oneshot,
dosyslog, pidfile, increments,