Skip to content

Commit

Permalink
Include a fallback in errors, like in fatals.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Dec 11, 2020
1 parent a174335 commit e5b8f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authup.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ static const struct authup_error errors[] = {
, { "authabrt","auth exchange cancelled", "501", "5.0.0" }
, { "starttls","TLS temporarily not available","454", "5.7.3" }
, { "needtls", "Must start TLS first", "530", "5.7.0" }
, { 0, "unknown or unspecified error", "421", "4.3.0" }
};

static void pop3_auth_error(struct authup_error ae) {
Expand Down

0 comments on commit e5b8f37

Please sign in to comment.