diff options
-rw-r--r-- | source3/utils/pdbedit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c index ce5195a810..64a152aaa1 100644 --- a/source3/utils/pdbedit.c +++ b/source3/utils/pdbedit.c @@ -474,7 +474,6 @@ static int import_users (char *filename) pdb_set_lanman_passwd(sam_pwent, smbpwd); } /* NT password */ - pdb_set_nt_passwd(sam_pwent, smbpwd); p += 33; if ((linebuf_len >= (PTR_DIFF(p, linebuf) + 33)) && (p[32] == ':')) { if (*p != '*' && *p != 'X') { |