mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 21:29:45 +08:00
telnetd: Avoid rtems_bsdnet_config
This commit is contained in:
parent
a197a48f8f
commit
b78c1d27f3
@ -305,9 +305,6 @@ rtems_status_code rtems_telnetd_initialize( void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Check priority */
|
/* Check priority */
|
||||||
if (rtems_telnetd_config.priority <= 0) {
|
|
||||||
rtems_telnetd_config.priority = rtems_bsdnet_config.network_task_priority;
|
|
||||||
}
|
|
||||||
if (rtems_telnetd_config.priority < 2) {
|
if (rtems_telnetd_config.priority < 2) {
|
||||||
rtems_telnetd_config.priority = 100;
|
rtems_telnetd_config.priority = 100;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user