X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/faf5762875a834c660fb6a8d89c23cb7bb3f6082..ffa79828fe69957be5910db025e26a10be94954d:/be_nossh.c diff --git a/be_nossh.c b/be_nossh.c index 76355cba..ceef3cf2 100644 --- a/be_nossh.c +++ b/be_nossh.c @@ -7,6 +7,8 @@ #include #include "putty.h" +const int be_default_protocol = PROT_TELNET; + struct backend_list backends[] = { {PROT_TELNET, "telnet", &telnet_backend}, {PROT_RLOGIN, "rlogin", &rlogin_backend},