Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-02-03 22:01:18 +00:00
6 changed files with 29 additions and 6 deletions

View File

@ -130,6 +130,8 @@ session_create(const char *name, int argc, char **argv, const char *path,
s->options = options_create(global_s_options);
s->hooks = hooks_create(global_hooks);
status_update_saved(s);
s->tio = NULL;
if (tio != NULL) {
s->tio = xmalloc(sizeof *s->tio);