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 ff83c93..51bd0c0 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c @@ -335,7 +335,7 @@ free_session(struct tsession *ts) free(ts); /* scan all sessions and find new maxfd */ - ts = sessions; + ts = sessions; maxfd = 0; while (ts) { if (maxfd < ts->ptyfd) |