Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2015-09-10 12:01:08 +01:00
commit 1fd756066c
7 changed files with 15 additions and 0 deletions

View file

@ -425,6 +425,7 @@ server_destroy_session(struct session *s)
status_timer_start(c);
notify_attached_session_changed(c);
session_update_activity(s_new, NULL);
gettimeofday(&s_new->last_attached_time, NULL);
server_redraw_client(c);
}
}