From 751e1c0a7d96f5e649021149b10480a4f586822e Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 20 Sep 2015 14:07:47 -0700 Subject: [PATCH] SCP: Added missing REMOTE from scp_errors array. Reported by Dave Bryan --- scp.c | 1 + 1 file changed, 1 insertion(+) 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),