Changeset 02e06b5


Ignore:
Timestamp:
2011-01-23T16:32:07Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
00fd005
Parents:
5282ffd
Message:

Sneaky if statement is sneaky. The fix from the previous changeset didn't
work; it broke auth redirects. Fixing that now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/soap.c

    r5282ffd r02e06b5  
    283283        else if( g_str_has_suffix( ic->acc->user, "@msn.com" ) )
    284284                soap_req->url = g_strdup( SOAP_PASSPORT_SSO_URL_MSN );
     285        */
    285286        else
    286         */
    287         soap_req->url = g_strdup( SOAP_PASSPORT_SSO_URL );
     287                soap_req->url = g_strdup( SOAP_PASSPORT_SSO_URL );
    288288       
    289289        strncpy( pass, ic->acc->pass, MAX_PASSPORT_PWLEN );
Note: See TracChangeset for help on using the changeset viewer.