]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - be_nossh.c
Fix a couple of stupid typos in the session-saving code.
[PuTTY.git] / be_nossh.c
index 76355cba0b1a4f3e187ef6270a9dc693589302b0..ceef3cf2396a47bbbafa0bd0305c11207217cd85 100644 (file)
@@ -7,6 +7,8 @@
 #include <stdio.h>
 #include "putty.h"
 
+const int be_default_protocol = PROT_TELNET;
+
 struct backend_list backends[] = {
     {PROT_TELNET, "telnet", &telnet_backend},
     {PROT_RLOGIN, "rlogin", &rlogin_backend},