From d6a73c3aaeca61dad455c2939ffb048c7670ae7c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 28 Sep 2000 20:36:28 +0000 Subject: Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as this was not correct. Jeremy. (This used to be commit 1a3f7ecde2ca031b2f93a079f75822354fe241a0) --- source3/passdb/smbpass.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/passdb') diff --git a/source3/passdb/smbpass.c b/source3/passdb/smbpass.c index 45935db99e..351dfd438b 100644 --- a/source3/passdb/smbpass.c +++ b/source3/passdb/smbpass.c @@ -329,13 +329,6 @@ static struct smb_passwd *getsmbfilepwent(void *vp) pw_buf.smb_nt_passwd = NULL; pw_buf.smb_passwd = NULL; pw_buf.acct_ctrl |= ACB_DISABLED; - -#if 0 /* JFM */ - /* commented to continue in the case of a trust account disabled */ - /* samr_create_user() is adding disabled accounts */ - - return &pw_buf; -#endif } if (linebuf_len < (PTR_DIFF(p, linebuf) + 33)) { -- cgit