mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
secret: fix bad patch application
In hand-applying Josh and Sage's patch, I missed out on a break. * src/conf/secret_conf.c (virSecretDefFree): Fix my botch.
This commit is contained in:
parent
5bd6271f59
commit
44477c57be
@ -55,6 +55,7 @@ virSecretDefFree(virSecretDefPtr def)
|
||||
|
||||
case VIR_SECRET_USAGE_TYPE_CEPH:
|
||||
VIR_FREE(def->usage.ceph);
|
||||
break;
|
||||
|
||||
default:
|
||||
VIR_ERROR(_("unexpected secret usage type %d"), def->usage_type);
|
||||
|
Loading…
Reference in New Issue
Block a user