mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Remove uneeded code (already done by pw_make_v7)
This commit is contained in:
parent
bae068d22e
commit
c40bbdb4af
1 changed files with 0 additions and 3 deletions
|
|
@ -1143,9 +1143,6 @@ print_user(struct passwd * pwd)
|
|||
if (!conf.pretty) {
|
||||
char *buf;
|
||||
|
||||
if (!conf.v7)
|
||||
pwd->pw_passwd = (pwd->pw_passwd == NULL) ? "" : "*";
|
||||
|
||||
buf = conf.v7 ? pw_make_v7(pwd) : pw_make(pwd);
|
||||
printf("%s\n", buf);
|
||||
free(buf);
|
||||
|
|
|
|||
Loading…
Reference in a new issue