Page MenuHomeFreeBSD

D36680.1790253383.diff
No OneTemporary

Size
604 B
Referenced Files
None
Subscribers
None

D36680.1790253383.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
Thu, Sep 24, 12:36 PM (6 h, 28 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29902579
Default Alt Text
D36680.1790253383.diff (604 B)

Event Timeline