mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
file_storage: Remove definition of FP_FINGER_IS_VALID
This is now provided by libfprint
This commit is contained in:
@ -42,9 +42,6 @@
|
||||
#define FILE_STORAGE_PATH "/var/lib/fprint"
|
||||
#define DIR_PERMS 0700
|
||||
|
||||
#define FP_FINGER_IS_VALID(finger) \
|
||||
((finger) >= FP_FINGER_FIRST && (finger) <= FP_FINGER_LAST)
|
||||
|
||||
static const char *get_storage_path()
|
||||
{
|
||||
const char *path;
|
||||
|
||||
Reference in New Issue
Block a user