Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tmate-daemon-decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ static void tmate_sync_window_panes(struct window *w,

active_pane_id = unpack_int(w_uk);
wp = window_pane_find_by_id(active_pane_id);
if (!wp || wp->window != w)
tmate_fatal("Invalid active_pane_id recevied");
window_set_active_pane(w, wp);
}

Expand Down