Experimental Rlogin support, thanks to Delian Delchev. Local flow
[u/mdw/putty] / be_none.c
index d112143..a08a938 100644 (file)
--- a/be_none.c
+++ b/be_none.c
@@ -11,6 +11,7 @@
 struct backend_list backends[] = {
     {PROT_SSH, "ssh", NULL},
     {PROT_TELNET, "telnet", NULL},
+    {PROT_RLOGIN, "rlogin", NULL},
     {PROT_RAW, "raw", NULL},
     {0, NULL}
 };