提交 66c6cc7c 编写于 作者: C Cole Robinson

virterror: Add a missing 'break' for VIR_ERR_INVALID_SECRET

上级 33b35313
...@@ -1082,6 +1082,7 @@ virErrorMsg(virErrorNumber error, const char *info) ...@@ -1082,6 +1082,7 @@ virErrorMsg(virErrorNumber error, const char *info)
errmsg = _("Invalid secret"); errmsg = _("Invalid secret");
else else
errmsg = _("Invalid secret: %s"); errmsg = _("Invalid secret: %s");
break;
case VIR_ERR_NO_SECRET: case VIR_ERR_NO_SECRET:
if (info == NULL) if (info == NULL)
errmsg = _("Secret not found"); errmsg = _("Secret not found");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册