From 665b21f5dd1c6ae8eb2a00cfa18ae8eeaf291714 Mon Sep 17 00:00:00 2001 From: zhengchao Date: Wed, 16 Mar 2016 12:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DMaat=5Fsummon=5Ffeather?= =?UTF-8?q?=E4=B8=AD=E5=A2=9E=E9=87=8F=E7=9B=AE=E5=BD=95=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E7=AC=94=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/Maat_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry/Maat_api.cpp b/src/entry/Maat_api.cpp index 8cde22e..00013cf 100644 --- a/src/entry/Maat_api.cpp +++ b/src/entry/Maat_api.cpp @@ -587,7 +587,7 @@ Maat_feather_t Maat_summon_feather(int max_thread_num, { goto error_out; } - ret=Maat_set_feather_opt(feather, MAAT_OPT_FULL_CFG_DIR, inc_cfg_dir, strlen(inc_cfg_dir)+1); + ret=Maat_set_feather_opt(feather, MAAT_OPT_INC_CFG_DIR, inc_cfg_dir, strlen(inc_cfg_dir)+1); if(ret<0) { goto error_out;