diff -r 90805bb9fbd6 -r b7dcc9c4f270 src/tools/wstool.c --- a/src/tools/wstool.c Sun Nov 06 17:41:39 2022 +0100 +++ b/src/tools/wstool.c Mon Nov 07 17:59:44 2022 +0100 @@ -72,7 +72,7 @@ return -1; } ConfigNode *runtime = cxListAt(list, 0); - cxstring tmp = serverconfig_directive_value(runtime, cx_str("Temp")); + cxstring tmp = serverconfig_object_directive_value(runtime, cx_str("Temp")); cxListDestroy(list);