mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user