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:
Eric Blake 2011-10-28 12:55:04 -06:00
parent 5bd6271f59
commit 44477c57be

View File

@ -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);