Skip to content

Commit b036bde

Browse files
committed
Default to new TELNET.
1 parent c4cf780 commit b036bde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/telnet.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,9 @@ int main (int argc, char **argv)
530530
if (sock == -1)
531531
sock = NEW_TELNET;
532532

533+
if (process == NULL)
534+
process = process_new;
535+
533536
if (ncp_init (NULL) == -1) {
534537
fprintf (stderr, "NCP initialization error: %s.\n", strerror (errno));
535538
if (errno == ECONNREFUSED)

0 commit comments

Comments
 (0)