Changeset 5f40da7 for storage_xml.c
- Timestamp:
- 2011-12-26T10:51:19Z (13 years ago)
- Branches:
- master
- Children:
- 199fea6
- Parents:
- 96f954d (diff), 644b808 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
storage_xml.c
r96f954d r5f40da7 150 150 "Unknown protocol: %s", protocol ); 151 151 else if( ( pass_len = base64_decode( pass_b64, (unsigned char**) &pass_cr ) ) && 152 arc_decode( pass_cr, pass_len, &password, xd->given_pass ))152 arc_decode( pass_cr, pass_len, &password, xd->given_pass ) >= 0 ) 153 153 { 154 154 xd->current_account = account_add( irc->b, prpl, handle, password );
Note: See TracChangeset
for help on using the changeset viewer.