* fix of little typo which lead to unresolved symbols
--HG-- extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4021
This commit is contained in:
parent
e70cb21d01
commit
9bbfaa99ba
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <crypt.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <grp.h>
|
#include <grp.h>
|
||||||
|
@ -102,7 +103,7 @@ static int alock_auth_passwd_auth(const char* pass) {
|
||||||
#endif /* 0 */
|
#endif /* 0 */
|
||||||
}
|
}
|
||||||
|
|
||||||
struct aAuth aklock_auth_passwd = {
|
struct aAuth alock_auth_passwd = {
|
||||||
"passwd",
|
"passwd",
|
||||||
alock_auth_passwd_init,
|
alock_auth_passwd_init,
|
||||||
alock_auth_passwd_auth,
|
alock_auth_passwd_auth,
|
||||||
|
|
Reference in a new issue