Fix X11 build failure, use DROPBEAR_PRIO_LOWDELAY

This commit is contained in:
Matt Johnston 2022-04-23 22:33:31 +08:00
parent b8669b063b
commit 0292aacdf0

View File

@ -206,7 +206,7 @@ void x11cleanup(struct ChanSess *chansess) {
}
static int x11_inithandler(struct Channel *channel) {
channel->prio = DROPBEAR_CHANNEL_PRIO_INTERACTIVE;
channel->prio = DROPBEAR_PRIO_LOWDELAY;
return 0;
}