]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virterror: Add a missing 'break' for VIR_ERR_INVALID_SECRET
authorCole Robinson <crobinso@redhat.com>
Tue, 27 Oct 2009 14:01:06 +0000 (10:01 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 28 Oct 2009 15:30:42 +0000 (11:30 -0400)
src/util/virterror.c

index 657cb3f80246835f578ffc1e79d375812806dc33..10f979c65a1088c9e19b3df15231fd22e91941fa 100644 (file)
@@ -1082,6 +1082,7 @@ virErrorMsg(virErrorNumber error, const char *info)
                 errmsg = _("Invalid secret");
             else
                 errmsg = _("Invalid secret: %s");
+            break;
         case VIR_ERR_NO_SECRET:
             if (info == NULL)
                 errmsg = _("Secret not found");