Hello, I think I may have found an error in systemd source, in tty-ask-password-agent.c, fuction wall_tty_block :
r = get_ctty_devnr(0, &devnr);
if (r < 0)
return -r;
shouldn’t be "return -r" be "return r" ?
Regards,
Simon
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
