Changeset 2af3e23 for protocols/msn/soap.c
- Timestamp:
- 2010-10-02T06:56:33Z (14 years ago)
- Branches:
- master
- Children:
- 385fbc4, 8e9e2b7
- Parents:
- 62f53b50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/soap.c
r62f53b50 r2af3e23 270 270 struct im_connection *ic = soap_req->ic; 271 271 struct msn_data *md = ic->proto_data; 272 char pass[MAX_PASSPORT_PWLEN+1]; 272 273 273 274 if( sd->redirect ) … … 281 282 soap_req->url = g_strdup( SOAP_PASSPORT_SSO_URL ); 282 283 284 strncpy( pass, ic->acc->pass, MAX_PASSPORT_PWLEN ); 283 285 soap_req->payload = g_markup_printf_escaped( SOAP_PASSPORT_SSO_PAYLOAD, 284 ic->acc->user, ic->acc->pass, md->pp_policy );286 ic->acc->user, pass, md->pp_policy ); 285 287 286 288 return MSN_SOAP_OK;
Note: See TracChangeset
for help on using the changeset viewer.