X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fpam-module.c;h=6fbaecf51d83543e3a1ce7c945435ae71e1b055e;hb=0736af98c6fae9c7d31e3dd17589421b7e883ef5;hp=54a7b451e8b540de180395aee9305e3f9e09035f;hpb=74fe1fe36e35a26d764f1e3119d5f6d014db573c;p=elogind.git diff --git a/src/pam-module.c b/src/pam-module.c index 54a7b451e..6fbaecf51 100644 --- a/src/pam-module.c +++ b/src/pam-module.c @@ -102,6 +102,7 @@ static int parse_argv(pam_handle_t *handle, } } +#if 0 if (!controller_set && controllers) { char **l; @@ -112,6 +113,7 @@ static int parse_argv(pam_handle_t *handle, *controllers = l; } +#endif if (controllers) strv_remove(*controllers, "name=systemd");