diff options
author | Tim Potter <tpot@samba.org> | 2003-07-08 01:04:06 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-07-08 01:04:06 +0000 |
commit | e25785fbdc72357142e8229e2925bd9695f9ae3e (patch) | |
tree | 32a1d416ad545d236fb87cded940814438a5f344 /source3 | |
parent | e5aa73dab14634fa7741aeb41f7f811f0ab241b3 (diff) | |
download | samba-e25785fbdc72357142e8229e2925bd9695f9ae3e.tar.gz samba-e25785fbdc72357142e8229e2925bd9695f9ae3e.tar.bz2 samba-e25785fbdc72357142e8229e2925bd9695f9ae3e.zip |
Spelling.
(This used to be commit a9a3339b2d99dcb64b675b27255d4aa5959a1caf)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/auth_sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c index 1690e4d5e1..012696f46a 100644 --- a/source3/auth/auth_sam.c +++ b/source3/auth/auth_sam.c @@ -333,7 +333,7 @@ static NTSTATUS sam_account_ok(TALLOC_CTX *mem_ctx, kickoff_time = pdb_get_kickoff_time(sampass); if (kickoff_time != 0 && time(NULL) > kickoff_time) { - DEBUG(1,("Account for user '%s' has expried.\n", pdb_get_username(sampass))); + DEBUG(1,("Account for user '%s' has expired.\n", pdb_get_username(sampass))); DEBUG(3,("Account expired at '%ld' unix time.\n", (long)kickoff_time)); return NT_STATUS_ACCOUNT_EXPIRED; } |