X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/32874aeac8dacbca26663777b39a79efc5d8dc4b..1d009ae71b849a95c86c3117d1b8f063fda8aae5:/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},