Page MenuHomeFreeBSD

D36680.diff
No OneTemporary

D36680.diff

diff --git a/contrib/telnet/telnetd/telnetd.c b/contrib/telnet/telnetd/telnetd.c
--- a/contrib/telnet/telnetd/telnetd.c
+++ b/contrib/telnet/telnetd/telnetd.c
@@ -658,6 +658,11 @@
int err_; /* XXX */
int ptynum;
+ /*
+ * Initialize the slc mapping table.
+ */
+ get_slc_defaults();
+
/*
* Find an available pty to use.
*/
@@ -741,11 +746,6 @@
struct stat statbuf;
int nfd;
- /*
- * Initialize the slc mapping table.
- */
- get_slc_defaults();
-
/*
* Do some tests where it is desireable to wait for a response.
* Rather than doing them slowly, one at a time, do them all

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 13, 12:53 PM (21 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15782201
Default Alt Text
D36680.diff (604 B)

Event Timeline