X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/f60a34341fee6aafd5b878dce23b80af7c60064d..4c37c6af624a9d4dabadac32a5e566d388ee78d7:/src/userdb.c diff --git a/src/userdb.c b/src/userdb.c index 88b1cce..8af1f6c 100644 --- a/src/userdb.c +++ b/src/userdb.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: userdb.c,v 1.9 2003/10/12 00:14:55 mdw Exp $ + * $Id: userdb.c,v 1.10 2003/10/12 00:39:16 mdw Exp $ * * User database management * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: userdb.c,v $ + * Revision 1.10 2003/10/12 00:39:16 mdw + * Light fixes for strange building. + * * Revision 1.9 2003/10/12 00:14:55 mdw * Major overhaul. Now uses DSA signatures rather than the bogus symmetric * encrypt-and-hope thing. Integrated with mLib and Catacomb. @@ -837,7 +840,7 @@ void dumpit(const char *msg) int main(void) { ego("userdb-test"); - traceon(stdout, TRACE_ALL); + trace_on(stdout, TRACE_ALL); userdb_init(); userdb_local(); userdb_yp();