mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Make interfaces pointer private to interfaces.c and add get_interfaces()
accessor.
This commit is contained in:
@@ -109,7 +109,6 @@ static void create_admin_success_flag(void);
|
||||
*/
|
||||
struct sudo_user sudo_user;
|
||||
struct passwd *list_pw;
|
||||
struct interface *interfaces;
|
||||
int long_list;
|
||||
uid_t timestamp_uid;
|
||||
extern int errorlineno;
|
||||
|
Reference in New Issue
Block a user