根据整理后的发行版本目录,调整默认配置文件的路径
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
int decrypt_mirror_init(struct tfe_proxy * proxy)
|
||||
{
|
||||
const char* filepath="./conf/decrypt_mirror.conf";
|
||||
const char* filepath="./conf/tfe/decrypt_mirror.conf";
|
||||
int thread_num=2, ret=0;//todo: aquire from proxy;
|
||||
ret=mirror_stream_init(thread_num, filepath);
|
||||
// assert(ret==0);
|
||||
|
||||
Reference in New Issue
Block a user