diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-02-03 22:01:18 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-02-03 22:01:18 +0000 |
commit | e1c283325ecf6496f2107efc5c8d32257017558c (patch) | |
tree | f7bf71b1bd97b81f82c611aae5567310a9d28327 /session.c | |
parent | 6c333cc4864c11283704b069fa6477876fd48f70 (diff) | |
parent | 5e6a8177e55a8e30e0cd67c7ee3039aa22ff1c0e (diff) | |
download | rtmux-e1c283325ecf6496f2107efc5c8d32257017558c.tar.gz rtmux-e1c283325ecf6496f2107efc5c8d32257017558c.tar.bz2 rtmux-e1c283325ecf6496f2107efc5c8d32257017558c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |