Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-06-15 23:00:06 +01:00
20 changed files with 160 additions and 97 deletions

View File

@@ -116,7 +116,6 @@ session_create(const char *prefix, const char *name, const char *cwd,
s = xcalloc(1, sizeof *s);
s->references = 1;
s->flags = 0;
s->cwd = xstrdup(cwd);
TAILQ_INIT(&s->lastw);