mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-17 11:08:06 -05:00
Oops - add a terminator to the array
[originally from svn r506]
This commit is contained in:
parent
6d6ab0cc39
commit
eb79da11de
@ -12,4 +12,5 @@ struct backend_list backends[] = {
|
||||
{PROT_SSH, "ssh", NULL},
|
||||
{PROT_TELNET, "telnet", NULL},
|
||||
{PROT_RAW, "raw", NULL},
|
||||
{0, NULL}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user