mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Remove duplicate line
Not responded to by: kris, then green
This commit is contained in:
parent
031fc810ab
commit
3c3d69579f
1 changed files with 0 additions and 1 deletions
|
|
@ -513,7 +513,6 @@ main(int ac, char **av)
|
|||
pwcopy.pw_passwd = xstrdup(pw->pw_passwd);
|
||||
pwcopy.pw_uid = pw->pw_uid;
|
||||
pwcopy.pw_gid = pw->pw_gid;
|
||||
pwcopy.pw_class = xstrdup(pw->pw_class);
|
||||
pwcopy.pw_dir = xstrdup(pw->pw_dir);
|
||||
pwcopy.pw_shell = xstrdup(pw->pw_shell);
|
||||
pwcopy.pw_class = xstrdup(pw->pw_class);
|
||||
|
|
|
|||
Loading…
Reference in a new issue