src/tools/wstool.c

changeset 418
b7dcc9c4f270
parent 415
d938228c382e
--- 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);
     

mercurial