mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-04 08:15:15 +00:00
return foo not return(foo)
This commit is contained in:
@@ -240,8 +240,8 @@ int
|
||||
runaslist_matches(struct member_list *user_list, struct member_list *group_list)
|
||||
{
|
||||
alias_seqno++;
|
||||
return(_runaslist_matches(user_list ? user_list : &empty,
|
||||
group_list ? group_list : &empty));
|
||||
return _runaslist_matches(user_list ? user_list : &empty,
|
||||
group_list ? group_list : &empty);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user