s4:password_hash LDB module - fix comment
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 12 Jun 2010 11:22:22 +0000 (13:22 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 12 Jun 2010 14:45:49 +0000 (16:45 +0200)
source4/dsdb/samdb/ldb_modules/password_hash.c

index 1b0b490f5fcd77820ec2fb39cbcd9a9b905bc73c..9db97541f10d221d45ba2e311a96ffe4454ad0dd 100644 (file)
@@ -215,7 +215,7 @@ static int setup_lm_fields(struct setup_password_fields_io *io)
                return LDB_SUCCESS;
        }
 
-       /* We might not have an old NT password */
+       /* We might not have an old LM password */
        io->g.lm_history = talloc_array(io->ac,
                                        struct samr_Password,
                                        io->ac->status->domain_data.pwdHistoryLength);