diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-12-15 22:37:51 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-12-15 22:37:51 +0100 |
commit | e40413a8dc74f42db1b2568d3c2a05ed73324804 (patch) | |
tree | 63b6517e8dcf790ea6258b5a0ae20d609ade1dbd | |
parent | ffdce9f16ed386cb9668a8a97967212a0acb4647 (diff) |
removed dummy module
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | multi_auth.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/multi_auth.c b/multi_auth.c index ba8ec1d..1160491 100644 --- a/multi_auth.c +++ b/multi_auth.c @@ -35,10 +35,6 @@ struct auth_module_t modules_g[] = { .name = "unix", .path = "/usr/lib/security/pam_unix.so", .symbol = "pam_sm_authenticate", - }, { - .name = "other", - .path = "/home/camel_case/dev/fingerprint/pam_other.so", - .symbol = "pam_sm_authenticate", }, }; |