1 Correctly handle the `--no-root-login' option.
3 --- lsh-2.0.4/src/lshd.c 2006-05-01 13:47:44.000000000 +0200
4 +++ lsh-2.0.4/src/lshd.c 2009-09-08 12:20:36.000000000 +0200
5 @@ -758,6 +758,10 @@ main_argp_parser(int key, char *arg, str
9 + case OPT_NO_ROOT_LOGIN:
10 + self->allow_root = 0;
13 case OPT_KERBEROS_PASSWD:
14 self->pw_helper = PATH_KERBEROS_HELPER;