mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 12:23:34 +02:00
Don't crash the server if there's no devices
Big ninny just crashed because there's no fingerprint readers. Hoo, hoo. My eyes are bleeding.
This commit is contained in:
committed by
Daniel Drake
parent
9743d9d2a0
commit
1abf51afa4
@ -70,7 +70,6 @@ typedef struct FprintManager FprintManager;
|
||||
typedef struct FprintManagerClass FprintManagerClass;
|
||||
|
||||
FprintManager *fprint_manager_new(gboolean no_timeout);
|
||||
GError *fprint_manager_get_error(FprintManager *manager);
|
||||
GType fprint_manager_get_type(void);
|
||||
|
||||
/* Device */
|
||||
|
||||
Reference in New Issue
Block a user