compile fix: register callbacks in correct order

This commit is contained in:
Mathias Gumz 2011-03-23 11:30:14 +01:00
parent 307e6e5272
commit 5d6e712aca

View file

@ -40,8 +40,8 @@ static int alock_auth_none_auth(const char* passwd) {
struct aAuth alock_auth_none = {
"none",
alock_auth_none_init,
alock_auth_none_deinit,
alock_auth_none_auth
alock_auth_none_auth,
alock_auth_none_deinit
};
/* ---------------------------------------------------------------- *\