]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Oops - add a terminator to the array
authorSimon Tatham <anakin@pobox.com>
Fri, 23 Jun 2000 10:58:17 +0000 (10:58 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 23 Jun 2000 10:58:17 +0000 (10:58 +0000)
git-svn-id: http://svn.tartarus.org/sgt/putty@506 cda61777-01e9-0310-a592-d414129be87e

be_none.c

index f729e25d10b906681aa16132d5127a8591c544a8..d112143ee1f5ba4191654bd2584eb71e1cdb4e1c 100644 (file)
--- a/be_none.c
+++ b/be_none.c
@@ -12,4 +12,5 @@ struct backend_list backends[] = {
     {PROT_SSH, "ssh", NULL},
     {PROT_TELNET, "telnet", NULL},
     {PROT_RAW, "raw", NULL},
+    {0, NULL}
 };