X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fpasswddb.c;h=e57eb0dc0fcdcf57bfb7a848c5cd4dbe41e83611;hb=174ad2c7bbf2b7312ac080de2fd85d0509a55404;hp=3db6189c4a5f60768fa443e7683bdff67e80d93c;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/util/passwddb.c b/util/passwddb.c index 3db6189..e57eb0d 100644 --- a/util/passwddb.c +++ b/util/passwddb.c @@ -1,6 +1,6 @@ -/* $Id: passwddb.c,v 1.7 2002-08-02 19:26:57 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 - Index Data Aps +/* $Id: passwddb.c,v 1.10 2005-01-15 19:38:42 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -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)