mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
bhyve: Add missing enum member to switch() in bhyveBuildSoundArgStr()
In v9.9.0-104-gc472ce024b I've introduced another value to virDomainAudioType enum. But I forgot to add corresponding case into switch() in bhyveBuildSoundArgStr(). Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
b6471a9191
commit
d9a1fe8ac4
@ -558,6 +558,7 @@ bhyveBuildSoundArgStr(const virDomainDef *def G_GNUC_UNUSED,
|
||||
case VIR_DOMAIN_AUDIO_TYPE_SPICE:
|
||||
case VIR_DOMAIN_AUDIO_TYPE_FILE:
|
||||
case VIR_DOMAIN_AUDIO_TYPE_DBUS:
|
||||
case VIR_DOMAIN_AUDIO_TYPE_PIPEWIRE:
|
||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
|
||||
_("unsupported audio backend '%1$s'"),
|
||||
virDomainAudioTypeTypeToString(audio->type));
|
||||
|
Loading…
Reference in New Issue
Block a user