X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Fpasswddb.c;fp=util%2Fpasswddb.c;h=445d79f4033f86be32095ca346b641c29a186b87;hp=3db6189c4a5f60768fa443e7683bdff67e80d93c;hb=5437b50633032595afe6f87dc0f989bc92a5aea8;hpb=1c948d94056d5eb4e55ef3192a360514d7946669 diff --git a/util/passwddb.c b/util/passwddb.c index 3db6189..445d79f 100644 --- a/util/passwddb.c +++ b/util/passwddb.c @@ -1,4 +1,4 @@ -/* $Id: passwddb.c,v 1.7 2002-08-02 19:26:57 adam Exp $ +/* $Id: passwddb.c,v 1.8 2004-11-19 10:27:17 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -36,7 +36,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #endif -#include +#include #include #include @@ -122,7 +122,7 @@ void passwd_db_show (Passwd_db db) { struct passwd_entry *pe; for (pe = db->entries; pe; pe = pe->next) - logf (LOG_LOG,"%s:%s", pe->name, pe->des); + yaz_log (YLOG_LOG,"%s:%s", pe->name, pe->des); } int passwd_db_auth (Passwd_db db, const char *user, const char *pass)