From 75c50613316140314c89546c45d967bb0201c375 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 27 Sep 2001 21:27:12 +0000 Subject: Removed smbpasswd_XX call (how did this get re-added, I removed all these yesterday ?). Jeremy. (This used to be commit e25dc68843ed10d8454cb8166c39ff4b2e6a4159) --- source3/utils/pdbedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/pdbedit.c') diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c index 41d66777fd..d0629fa258 100644 --- a/source3/utils/pdbedit.c +++ b/source3/utils/pdbedit.c @@ -466,7 +466,7 @@ static int import_users (char *filename) pdb_set_lanman_passwd(sam_pwent, NULL); pdb_set_acct_ctrl(sam_pwent, pdb_get_acct_ctrl(sam_pwent) | ACB_PWNOTREQ); } else { - if (!smbpasswd_gethexpwd((char *)p, smbpwd)) { + if (!pdb_gethexpwd((char *)p, smbpwd)) { fprintf (stderr, "Error: malformed Lanman password entry at line %d (non hex chars)\n", line); pdb_reset_sam (sam_pwent); continue; -- cgit