summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-28 04:22:11 +0000
committerTim Potter <tpot@samba.org>2003-05-28 04:22:11 +0000
commite063c95bd5609e6aeade2d88e5cd9286d033971c (patch)
tree19b8ac25e054885beb62831e7087fb966abb5594
parent7f32b3f016ecc824ddcdaeb840d5d36224aa8141 (diff)
downloadsamba-e063c95bd5609e6aeade2d88e5cd9286d033971c.tar.gz
samba-e063c95bd5609e6aeade2d88e5cd9286d033971c.tar.xz
samba-e063c95bd5609e6aeade2d88e5cd9286d033971c.zip
Spelling.
-rw-r--r--source/auth/auth_sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_sam.c b/source/auth/auth_sam.c
index dc5f86bae3f..a7e49a270f0 100644
--- a/source/auth/auth_sam.c
+++ b/source/auth/auth_sam.c
@@ -224,7 +224,7 @@ static NTSTATUS sam_password_ok(const struct auth_context *auth_context,
}
} else {
DEBUG(2,("sam_password_ok: NTLMv1 passwords NOT PERMITTED for user %s\n",pdb_get_username(sampass)));
- /* no return, because we might pick up LMv2 in the LM feild */
+ /* no return, because we might pick up LMv2 in the LM field */
}
}