From d1bff7b8f601df38161be9aba3a9d70f609d946e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 14 Dec 2009 17:51:39 +0100 Subject: [PATCH] s3: Fix a typo (cherry picked from commit 53e9ffb3a66acfa9af2bf4c616b2b83daf723f49) --- source3/smbd/chgpasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c index 3ec4013465a..2c7c1b8270d 100644 --- a/source3/smbd/chgpasswd.c +++ b/source3/smbd/chgpasswd.c @@ -1117,7 +1117,7 @@ NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passw } } - /* removed calculation here, becuase passdb now calculates + /* removed calculation here, because passdb now calculates based on policy. jmcd */ if ((can_change_time != 0) && (time(NULL) < can_change_time)) { DEBUG(1, ("user %s cannot change password now, must " -- 2.11.4.GIT