mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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;
|
bFirst = FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (bFirst)
|
||||||
|
{
|
||||||
|
/* No logon hours */
|
||||||
|
PrintMessageString(4434);
|
||||||
|
ConPuts(StdOut, L"\n");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue