Changeset 02e06b5
- Timestamp:
- 2011-01-23T16:32:07Z (14 years ago)
- Branches:
- master
- Children:
- 00fd005
- Parents:
- 5282ffd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/soap.c
r5282ffd r02e06b5 283 283 else if( g_str_has_suffix( ic->acc->user, "@msn.com" ) ) 284 284 soap_req->url = g_strdup( SOAP_PASSPORT_SSO_URL_MSN ); 285 */ 285 286 else 286 */ 287 soap_req->url = g_strdup( SOAP_PASSPORT_SSO_URL ); 287 soap_req->url = g_strdup( SOAP_PASSPORT_SSO_URL ); 288 288 289 289 strncpy( pass, ic->acc->pass, MAX_PASSPORT_PWLEN );
Note: See TracChangeset
for help on using the changeset viewer.