mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
qemu_block: fix copy&paste typo in SSH protocol
Fixes: caf71b64fe6989116316b966fda119cd3e47f485 Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
2d37d8dbc9
commit
48472a3a3d
@ -965,7 +965,7 @@ qemuBlockStorageSourceGetSshProps(virStorageSource *src)
|
||||
|
||||
if (src->nhosts != 1) {
|
||||
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||
_("sheepdog protocol accepts only one host"));
|
||||
_("ssh protocol accepts only one host"));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user