Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-05-23 21:02:30 +01:00
4 changed files with 8 additions and 5 deletions

1
cfg.c
View File

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