diff options
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r-- | networking/telnetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c index a0ee2c345..dd5d55de0 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -286,7 +286,7 @@ make_new_session( | |||
286 | ts->shell_pid = pid; | 286 | ts->shell_pid = pid; |
287 | return ts; | 287 | return ts; |
288 | } | 288 | } |
289 | 289 | ||
290 | /* child */ | 290 | /* child */ |
291 | 291 | ||
292 | /* open the child's side of the tty. */ | 292 | /* open the child's side of the tty. */ |