From eb79da11de992ca7d80a43d9e6521d517ae3890b Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 23 Jun 2000 10:58:17 +0000 Subject: [PATCH] Oops - add a terminator to the array [originally from svn r506] --- be_none.c | 1 + 1 file changed, 1 insertion(+) diff --git a/be_none.c b/be_none.c index f729e25d..d112143e 100644 --- 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} };