diff src/auth/passdb-checkpassword.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 f1e9f3ec8135
children a0fbf92b41c3
line wrap: on
line diff
--- a/src/auth/passdb-checkpassword.c	Sun Dec 05 06:10:43 2004 +0200
+++ b/src/auth/passdb-checkpassword.c	Mon Dec 06 18:39:02 2004 +0200
@@ -317,6 +317,8 @@
 }
 
 struct passdb_module passdb_checkpassword = {
+	"checkpassword",
+
 	NULL,
 	checkpassword_init,
 	checkpassword_deinit,