Changeset d97f51b for protocols/msn/ns.c


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/ns.c

    rd912fe4 rd97f51b  
    705705       
    706706        {
    707                 char buf[1024];
     707                char buf[1536];
    708708               
    709709                g_snprintf( buf, sizeof( buf ), "USR %d SSO S %s %s\r\n", ++md->trId, md->tokens[0], token );
Note: See TracChangeset for help on using the changeset viewer.