Stop tracing commands in glogin and leakin' passwords

This commit is contained in:
K. Lange 2018-07-21 23:54:11 +09:00
parent 1727ececf4
commit c46861ef08
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ int main (int argc, char ** argv) {
cmd[r-1] = '\0';
r--;
}
TRACE("cmd = %s", cmd);
if (!strcmp(buf,"RESTART")) {
TRACE("Client requested system restart, rebooting.");
system("reboot");