* Not much ... few minor changes

This commit is contained in:
Bryan Ashby 2015-08-26 23:04:04 -06:00
parent 9442760679
commit 3be271aab5
6 changed files with 84 additions and 7 deletions

View file

@ -128,7 +128,7 @@ function logoff(callingMenu, formData, extraArgs) {
//
client.term.write(
ansi.normal() + '\n' +
require('crypto').randomBytes(Math.floor(Math.random() * 35) + 10).toString(client.term.outputEncoding) +
require('crypto').randomBytes(Math.floor(Math.random() * 65) + 20).toString(client.term.outputEncoding) +
'NO CARRIER');
client.end();