[NET] Display the 'no logon hours' case in the USER command.

This commit is contained in:
Eric Kohl 2019-05-18 21:21:39 +02:00
parent 0ca929791a
commit 23825149a2

View file

@ -307,6 +307,13 @@ PrintLogonHours(
bFirst = FALSE;
}
}
if (bFirst)
{
/* No logon hours */
PrintMessageString(4434);
ConPuts(StdOut, L"\n");
}
}