mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 22:35:10 +00:00
debug_decl and debug_decl_vars now require a semicolon at the end.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
int
|
||||
parse_timeout(const char *timestr)
|
||||
{
|
||||
debug_decl(parse_timeout, SUDOERS_DEBUG_PARSER)
|
||||
debug_decl(parse_timeout, SUDOERS_DEBUG_PARSER);
|
||||
const char suffixes[] = "dhms";
|
||||
const char *cp = timestr;
|
||||
int timeout = 0;
|
||||
|
Reference in New Issue
Block a user