mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 12:23:34 +02:00
Fix _get_error() in the manager
Fix wrong assumption of semantics when fp_discover_devs() returns NULL.
This commit is contained in:
committed by
Daniel Drake
parent
5dafd66eb8
commit
3a0152e124
@ -31,6 +31,7 @@ GQuark fprint_error_quark(void);
|
||||
/* Errors */
|
||||
#define FPRINT_ERROR fprint_error_quark()
|
||||
typedef enum {
|
||||
FPRINT_ERROR_INTERNAL,
|
||||
FPRINT_ERROR_DISCOVER_PRINTS,
|
||||
FPRINT_ERROR_PRINT_NOT_FOUND,
|
||||
FPRINT_ERROR_PRINT_LOAD,
|
||||
|
||||
Reference in New Issue
Block a user