diff options
author | Volker Lendecke <vl@samba.org> | 2009-12-14 17:51:39 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-01-07 11:07:52 +0100 |
commit | 3d8394986a8fc1df599a2496b0677ece354f35b3 (patch) | |
tree | 40bd1c38aaac78600efaaa7b38ab9bea51b9fd41 /source3/smbd | |
parent | 147a2c057cfcf459391c67e05ce2d0be561f0382 (diff) | |
download | samba-3d8394986a8fc1df599a2496b0677ece354f35b3.tar.gz samba-3d8394986a8fc1df599a2496b0677ece354f35b3.tar.bz2 samba-3d8394986a8fc1df599a2496b0677ece354f35b3.zip |
s3: Fix a typo
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/chgpasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c index 5c46f44705..70ce75c552 100644 --- a/source3/smbd/chgpasswd.c +++ b/source3/smbd/chgpasswd.c @@ -1155,7 +1155,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 " |