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