diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-26 17:02:41 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-05-26 17:02:41 +0200 |
commit | 6fb6410be208b9a6ac4a3d407ac7a221e7d852b7 (patch) | |
tree | f1a4568f32a3fb2380b73d41f16cb8858b7c14e8 /protocols/msn/tables.c | |
parent | 1cda4f348372a755d99b291e6f4f9973a949f441 (diff) | |
parent | 60487448f3d0f3f7bb4710716e0ee257ee2edf16 (diff) |
[merge] Wilmer
Diffstat (limited to 'protocols/msn/tables.c')
-rw-r--r-- | protocols/msn/tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/msn/tables.c b/protocols/msn/tables.c index f8e98350..5ba9ea73 100644 --- a/protocols/msn/tables.c +++ b/protocols/msn/tables.c @@ -126,7 +126,7 @@ const struct msn_status_code msn_status_code_list[] = { 800, "Changing too rapidly", 0 }, { 910, "Server is busy", STATUS_FATAL }, - { 911, "Authentication failed", STATUS_FATAL }, + { 911, "Authentication failed", STATUS_SB_FATAL | STATUS_FATAL }, { 912, "Server is busy", STATUS_FATAL }, { 913, "Not allowed when hiding", 0 }, { 914, "Server is unavailable", STATUS_FATAL }, |