* 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:
mathias 2005-05-18 20:18:31 +00:00
parent e70cb21d01
commit 9bbfaa99ba

View file

@ -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,