diff options
Diffstat (limited to 'block/ssh.c')
-rw-r--r-- | block/ssh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/ssh.c b/block/ssh.c index b049a16eb9..8890a0c4ba 100644 --- a/block/ssh.c +++ b/block/ssh.c @@ -556,6 +556,7 @@ static QemuOptsList ssh_runtime_opts = { .type = QEMU_OPT_STRING, .help = "Defines how and what to check the host key against", }, + { /* end of list */ } }, }; |