summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg.c b/cfg.c
index ce80c142..f59a0842 100644
--- a/cfg.c
+++ b/cfg.c
@@ -140,7 +140,8 @@ load_cfg(const char *path, struct client *c, struct cmdq_item *item, int quiet)
if (condition == -1)
continue;
- if (cmd_string_parse(p, &cmdlist, path, line, &cause1) != 0) {
+ cmdlist = cmd_string_parse(p, path, line, &cause1);
+ if (cmdlist == NULL) {
free(buf);
if (cause1 == NULL)
continue;