mirror of
https://github.com/reactos/reactos.git
synced 2025-06-02 07:56:16 +00:00
[SAMSRV]
Fix typos. svn path=/trunk/; revision=60636
This commit is contained in:
parent
302aba84c5
commit
8cbcea6dda
1 changed files with 2 additions and 2 deletions
|
@ -7330,13 +7330,13 @@ SampSetUserInternal1(PSAM_DB_OBJECT UserObject,
|
||||||
|
|
||||||
if (Buffer->Internal1.PasswordExpired)
|
if (Buffer->Internal1.PasswordExpired)
|
||||||
{
|
{
|
||||||
/* The pasword was last set ages ago */
|
/* The password was last set ages ago */
|
||||||
FixedData.PasswordLastSet.LowPart = 0;
|
FixedData.PasswordLastSet.LowPart = 0;
|
||||||
FixedData.PasswordLastSet.HighPart = 0;
|
FixedData.PasswordLastSet.HighPart = 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* The pasword was last set right now */
|
/* The password was last set right now */
|
||||||
Status = NtQuerySystemTime(&FixedData.PasswordLastSet);
|
Status = NtQuerySystemTime(&FixedData.PasswordLastSet);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
goto done;
|
goto done;
|
||||||
|
|
Loading…
Reference in a new issue