Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-01-16 00:01:10 +00:00
11 changed files with 31 additions and 45 deletions

3
cfg.c
View File

@ -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;