Changeset e4c3041 for protocols/purple
- Timestamp:
- 2015-10-25T05:16:52Z (9 years ago)
- Branches:
- master
- Children:
- 5756890
- Parents:
- d7969a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
rd7969a1 re4c3041 113 113 servers anyway! */ 114 114 if (!dir_fixed) { 115 PurpleCertificatePool *pool; 115 116 irc_t *irc = acc->bee->ui_data; 116 117 char *dir; … … 127 128 purple_prefs_set_bool("/purple/proxy/socks4_remotedns", TRUE); 128 129 } 130 131 /* re-create the certificate cache directory */ 132 pool = purple_certificate_find_pool("x509", "tls_peers"); 133 dir = purple_certificate_pool_mkpath(pool, NULL); 134 purple_build_dir(dir, 0700); 129 135 130 136 dir_fixed = TRUE;
Note: See TracChangeset
for help on using the changeset viewer.