diff options
author | Markus Armbruster <armbru@redhat.com> | 2009-12-07 21:37:07 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-07 16:34:34 -0600 |
commit | 7a84cb23c077488b0e1926b3e909ea128a80dc58 (patch) | |
tree | 16552c0c2d7d800ededf28fa647645c53c623419 /qerror.c | |
parent | 17901e75329fff369e26f2464a016e0797789256 (diff) |
QError: New QERR_SET_PASSWD_FAILED
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qerror.c')
-rw-r--r-- | qerror.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -93,6 +93,10 @@ static const QErrorStringTable qerror_table[] = { .desc = "Bad QMP input object", }, { + .error_fmt = QERR_SET_PASSWD_FAILED, + .desc = "Could not set password", + }, + { .error_fmt = QERR_UNDEFINED_ERROR, .desc = "An undefined error has ocurred", }, |