X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Fmod_sample.cpp;h=1ed36b25219be3d11e89ec2cca3311cc3c22541b;hp=11c00ad110fbcd69ec8ca610d86202dbe75063a9;hb=654c4c47282bad586232db5e5cfbfa97035f1bad;hpb=d3c27d6b3d4e44988b40002c2f4cb8d51f56001a diff --git a/src/mod_sample.cpp b/src/mod_sample.cpp index 11c00ad..1ed36b2 100644 --- a/src/mod_sample.cpp +++ b/src/mod_sample.cpp @@ -1,4 +1,4 @@ -/* $Id: mod_sample.cpp,v 1.2 2005-02-21 14:27:32 adam Exp $ +/* $Id: mod_sample.cpp,v 1.3 2005-06-10 22:54:22 adam Exp $ Copyright (c) 1998-2005, Index Data. This file is part of the yaz-proxy. @@ -21,6 +21,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include +#include #include @@ -62,6 +63,7 @@ int my_authenticate(void *user_handle, #endif // args holds args (or NULL if none is provided) + sleep(1); fprintf(stderr, "my_authenticate: target=%s user=%s group=%s args=%s\n", target_name ? target_name : "none", user ? user : "none", group ? group : "none",