X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=be_none.c;h=a08a938a0a972f86174e7fd04b3def9a91c593cd;hb=9c5951ed35cf9019bf17685b4356212eae1a63b3;hp=f729e25d10b906681aa16132d5127a8591c544a8;hpb=41809f16a0c4d378af3981f9972b406a168904d0;p=PuTTY.git diff --git a/be_none.c b/be_none.c index f729e25d..a08a938a 100644 --- a/be_none.c +++ b/be_none.c @@ -11,5 +11,7 @@ struct backend_list backends[] = { {PROT_SSH, "ssh", NULL}, {PROT_TELNET, "telnet", NULL}, + {PROT_RLOGIN, "rlogin", NULL}, {PROT_RAW, "raw", NULL}, + {0, NULL} };