compile fix: register callbacks in correct order
This commit is contained in:
parent
307e6e5272
commit
5d6e712aca
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
||||
/* ---------------------------------------------------------------- *\
|
||||
|
|
Reference in a new issue