comparison src/auth/userdb-passwd.c @ 2942:c7d426f8cb58 HEAD

Added name variable for userdb_module and passdb_module and changed their initialization a bit.
author Timo Sirainen <tss@iki.fi>
date Mon, 06 Dec 2004 18:39:02 +0200
parents cc2e39912eb3
children 131151e25e4b
comparison
equal deleted inserted replaced
2941:89ab5c72430d 2942:c7d426f8cb58
35 35
36 callback(&data, context); 36 callback(&data, context);
37 } 37 }
38 38
39 struct userdb_module userdb_passwd = { 39 struct userdb_module userdb_passwd = {
40 "passwd",
41
40 NULL, NULL, NULL, 42 NULL, NULL, NULL,
41 passwd_lookup 43 passwd_lookup
42 }; 44 };
43 45
44 #endif 46 #endif