Re: login_check functions

2019-12-12 Thread Sebastian Huber
On 12/12/2019 11:30, Matthew J Fletcher wrote: Hi, What is the correct return type for the 'rtems_telnetd_config.login_check' and 'rtems_ftpd_configuration.login' functions ? It looks like a bool, but that gives me a compiler warning, do i have to cast the bool to a rtems_shell_login_check_

login_check functions

2019-12-12 Thread Matthew J Fletcher
Hi, What is the correct return type for the 'rtems_telnetd_config.login_check' and 'rtems_ftpd_configuration.login' functions ? It looks like a bool, but that gives me a compiler warning, do i have to cast the bool to a rtems_shell_login_check_t regards --- Matthew J Fletcher __