From 3e98262c7115322bb069d19e275c43b1fbd30ec3 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 12 Jun 2010 13:22:22 +0200 Subject: s4:password_hash LDB module - fix comment --- source4/dsdb/samdb/ldb_modules/password_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/samdb') diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c index 1b0b490f5f..9db97541f1 100644 --- a/source4/dsdb/samdb/ldb_modules/password_hash.c +++ b/source4/dsdb/samdb/ldb_modules/password_hash.c @@ -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); -- cgit