SCP: Added missing REMOTE from scp_errors array. Reported by Dave Bryan
This commit is contained in:
parent
1ef6c3d6b9
commit
751e1c0a7d
1 changed files with 1 additions and 0 deletions
1
scp.c
1
scp.c
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue