mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-18 15:46:59 +02:00
Don't abort on unknown messages
This commit is contained in:
parent
64e14eaff5
commit
405cd82a82
@ -146,6 +146,6 @@ void tmate_dispatch_slave_message(struct tmate_session *session,
|
||||
dispatch(TMATE_IN_SET_ENV, handle_set_env);
|
||||
dispatch(TMATE_IN_READY, handle_ready);
|
||||
dispatch(TMATE_IN_PANE_KEY, handle_pane_key);
|
||||
default: tmate_fatal("Bad message type: %d", cmd);
|
||||
default: tmate_info("Bad message type: %d", cmd);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user