Kernel - Changed PTY code to not expose userland server node as a file
[tpg/acess2.git] / Usermode / Applications / telnetd_src / main.c
index 7811518..0526801 100644 (file)
@@ -133,6 +133,7 @@ void Server_NewClient(int FD)
        giNumClients ++;
        
        // Create stdin/stdout
+       // TODO: Use PTYs
        clt->stdin = _SysOpen("/Devices/fifo/anon", OPENFLAG_READ|OPENFLAG_WRITE);
        clt->stdout = _SysOpen("/Devices/fifo/anon", OPENFLAG_READ|OPENFLAG_WRITE);
        

UCC git Repository :: git.ucc.asn.au