Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mms-dump] Cleaned up Response-status-value strings
  • Loading branch information
monich committed Apr 28, 2014
1 parent 25004f9 commit 3c82ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mms-dump/mms-dump.c
Expand Up @@ -463,12 +463,12 @@ mms_value_decode_respstat(
static const struct mms_named_value nv [] = {
{ "Ok", 128 },
{ "Error-unspecified", 129 },
{ "Error- service-denied", 130 },
{ "Error-service-denied", 130 },
{ "Error-message-format-corrupt", 131 },
{ "Error-sending-address-unresolved", 132 },
{ "Error-message-not-found", 133 },
{ "Error-network-problem", 134 },
{ "Error- content-not-accepted", 135 },
{ "Error-content-not-accepted", 135 },
{ "Error-unsupported-message", 136 },
{ "Error-transient-failure", 192 },
{ "Error-transient-sending-address-unresolved", 193 },
Expand Down

0 comments on commit 3c82ecf

Please sign in to comment.