summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/password.c')
-rw-r--r--source3/smbd/password.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index 121ebb7f00..ecc86f29ec 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -1191,8 +1191,8 @@ machine %s in domain %s.\n", global_myname, global_myworkgroup ));
trust_password_unlock();
/*
- * Here we should check the last change time to see if the machine
- * password needs changing..... TODO... JRA.
+ * Here we check the last change time to see if the machine
+ * password needs changing. JRA.
*/
if(time(NULL) > lct + lp_machine_password_timeout())