SCP: Added missing REMOTE from scp_errors array. Reported by Dave Bryan

This commit is contained in:
Mark Pizzolato 2015-09-20 14:07:47 -07:00
parent 1ef6c3d6b9
commit 751e1c0a7d

1
scp.c
View file

@ -587,6 +587,7 @@ const struct scp_error {
{"INVREM", "Invalid remote console command"},
{"NOTATT", "Not attached"},
{"EXPECT", "Expect matched"},
{"REMOTE", "remote console command"},
};
const size_t size_map[] = { sizeof (int8),