diff --git a/scp.c b/scp.c index da7c83fc..723120f3 100644 --- a/scp.c +++ b/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),