Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-06-05 23:02:26 +01:00
5 changed files with 26 additions and 3 deletions

1
cfg.c
View File

@ -126,6 +126,7 @@ load_cfg(const char *path, struct client *c, struct cmdq_item *item, int flags,
pi.flags = flags;
pi.file = path;
pi.line = 1;
pi.item = item;
pr = cmd_parse_from_file(f, &pi);
fclose(f);