Changeset 385fbc4
- Timestamp:
- 2010-10-06T08:31:15Z (14 years ago)
- Branches:
- master
- Children:
- c1d40e7
- Parents:
- 2af3e23
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/soap.c
r2af3e23 r385fbc4 283 283 284 284 strncpy( pass, ic->acc->pass, MAX_PASSPORT_PWLEN ); 285 pass[MAX_PASSPORT_PWLEN] = '\0'; 285 286 soap_req->payload = g_markup_printf_escaped( SOAP_PASSPORT_SSO_PAYLOAD, 286 287 ic->acc->user, pass, md->pp_policy );
Note: See TracChangeset
for help on using the changeset viewer.