Ignore:
Timestamp:
2010-08-14T23:23:23Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ff27648
Parents:
d912fe4
Message:

Fix issues with logging in with huge SSO tickets (hilariously, the 1024-
byte buffer was just one byte too short, resulting in a \r-terminated
login line and the server waiting for the \n). Also using xt_find_path().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn_util.c

    rd912fe4 rd97f51b  
    6565        strcpy( handle, handle_ );
    6666        if( ( domain = strchr( handle, '@' ) ) )
    67                 *(domain
    68                 ++) = '\0';
     67                *(domain++) = '\0';
    6968        else
    7069                return NULL;
Note: See TracChangeset for help on using the changeset viewer.