Changeset 00374ac for protocols/msn


Ignore:
Timestamp:
2010-08-28T12:22:50Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
feb1bad
Parents:
b78c4b9
Message:

Don't treat error 241 as fatal since it isn't - or at least not always.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/tables.c

    rb78c4b9 r00374ac  
    8484        { 231, "Invalid group",                                         0 },
    8585        { 240, "ADL/RML command with corrupted payload",                STATUS_FATAL },
    86         { 241, "ADL/RML command with invalid modification",             STATUS_FATAL },
     86        { 241, "ADL/RML command with invalid modification",             0 },
    8787        { 280, "Switchboard failed",                                    STATUS_SB_FATAL },
    8888        { 281, "Transfer to switchboard failed",                        0 },
Note: See TracChangeset for help on using the changeset viewer.