mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Fix X11 build failure, use DROPBEAR_PRIO_LOWDELAY
This commit is contained in:
parent
b8669b063b
commit
0292aacdf0
@ -206,7 +206,7 @@ void x11cleanup(struct ChanSess *chansess) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int x11_inithandler(struct Channel *channel) {
|
static int x11_inithandler(struct Channel *channel) {
|
||||||
channel->prio = DROPBEAR_CHANNEL_PRIO_INTERACTIVE;
|
channel->prio = DROPBEAR_PRIO_LOWDELAY;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user