]> xenbits.xensource.com Git - libvirt.git/commitdiff
secret: fix bad patch application
authorEric Blake <eblake@redhat.com>
Fri, 28 Oct 2011 18:55:04 +0000 (12:55 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 28 Oct 2011 18:55:04 +0000 (12:55 -0600)
In hand-applying Josh and Sage's patch, I missed out on a break.

* src/conf/secret_conf.c (virSecretDefFree): Fix my botch.

src/conf/secret_conf.c

index fa808888d0bef6cfdc1327f6917d2df5b9929bc5..a51fc6963a823cf6e018d1c0420c53a18ab56632 100644 (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);