aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r--networking/telnetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index 581da1924..0805e464f 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -582,7 +582,7 @@ free_session(struct tsession *ts)
582 struct tsession *t; 582 struct tsession *t;
583 583
584 if (option_mask32 & OPT_INETD) 584 if (option_mask32 & OPT_INETD)
585 exit(EXIT_SUCCESS); 585 exit_SUCCESS();
586 586
587 /* Unlink this telnet session from the session list */ 587 /* Unlink this telnet session from the session list */
588 t = G.sessions; 588 t = G.sessions;