mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[NET] Display the 'no logon hours' case in the USER command.
This commit is contained in:
parent
0ca929791a
commit
23825149a2
1 changed files with 7 additions and 0 deletions
|
@ -307,6 +307,13 @@ PrintLogonHours(
|
|||
bFirst = FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
if (bFirst)
|
||||
{
|
||||
/* No logon hours */
|
||||
PrintMessageString(4434);
|
||||
ConPuts(StdOut, L"\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue