Changeset 93e0901 for storage_xml.c
- Timestamp:
- 2015-05-24T18:51:57Z (9 years ago)
- Children:
- 8c3637b
- Parents:
- 2446e4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
storage_xml.c
r2446e4c r93e0901 89 89 char *pass_b64 = NULL; 90 90 unsigned char *pass_cr = NULL; 91 int pass_len , local = 0;91 int pass_len; 92 92 struct prpl *prpl = NULL; 93 93 account_t *acc; … … 107 107 return XT_ABORT; 108 108 } 109 local = protocol_account_islocal(protocol);110 109 } 111 110 … … 123 122 if (tag) { 124 123 set_setstr(&acc->set, "tag", tag); 125 }126 if (local) {127 acc->flags |= ACC_FLAG_LOCAL;128 124 } 129 125 } else {
Note: See TracChangeset
for help on using the changeset viewer.