Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-07-29 14:01:09 +01:00
3 changed files with 0 additions and 27 deletions

View File

@ -114,8 +114,6 @@ server_client_create(int fd)
c->tty.sy = 24;
screen_init(&c->status, c->tty.sx, 1, 0);
RB_INIT(&c->status_new);
RB_INIT(&c->status_old);
c->message_string = NULL;
TAILQ_INIT(&c->message_log);