Changeset ef93a2f
- Timestamp:
- 2008-02-14T18:48:34Z (17 years ago)
- Branches:
- master
- Children:
- f3597a1
- Parents:
- a161d33
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
otr.c
ra161d33 ref93a2f 250 250 log_message(LOGLVL_ERROR, "otr save: %s: %s", s, strerror(e)); 251 251 } 252 chmod(s, 0600); 252 253 } 253 254 … … 1533 1534 kg->result = otrl_privkey_generate(kg->irc->otr_us, kg->keyfile, kg->handle, 1534 1535 kg->protocol); 1536 chmod(kg->keyfile, 0600); 1535 1537 g_static_rec_mutex_unlock(&kg->irc->otr_mutex); 1536 1538 /* OTR enabled again */
Note: See TracChangeset
for help on using the changeset viewer.