Properly handle non-keyword case by setting e->second to 0.

This commit is contained in:
Maxim Sobolev 2012-10-16 21:34:02 +00:00
parent 0fef97fea3
commit 890278c188
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241618

View File

@ -222,6 +222,7 @@ load_entry(file, error_func, pw, envp)
}
} else {
Debug(DPARS, ("load_entry()...about to parse numerics\n"))
bit_set(e->second, 0);
ch = get_list(e->minute, FIRST_MINUTE, LAST_MINUTE,
PPC_NULL, ch, file);