Move struct passwd pointer into struct command details.
This commit is contained in:
@@ -138,6 +138,7 @@ struct command_details {
|
||||
int ngroups;
|
||||
int closefrom;
|
||||
int flags;
|
||||
struct passwd *pw;
|
||||
GETGROUPS_T *groups;
|
||||
const char *command;
|
||||
const char *cwd;
|
||||
|
Reference in New Issue
Block a user