SCP: Add missing new entry in the scp_errors array
This commit is contained in:
parent
eb242da79e
commit
d0de8b807f
1 changed files with 52 additions and 51 deletions
1
scp.c
1
scp.c
|
@ -805,6 +805,7 @@ const struct scp_error {
|
||||||
{"SIGTERM", "SIGTERM received"},
|
{"SIGTERM", "SIGTERM received"},
|
||||||
{"FSSIZE", "File System size larger than disk size"},
|
{"FSSIZE", "File System size larger than disk size"},
|
||||||
{"RUNTIME", "Run time limit exhausted"},
|
{"RUNTIME", "Run time limit exhausted"},
|
||||||
|
{"INCOMPVHD", "Incompatible VHD Container"},
|
||||||
};
|
};
|
||||||
|
|
||||||
const size_t size_map[] = { sizeof (int8),
|
const size_t size_map[] = { sizeof (int8),
|
||||||
|
|
Loading…
Add table
Reference in a new issue