Supporting Username/password in SRU server mode, either through x-username/x-password
[yaz-moved-to-github.git] / ztest / ztest.c
index e659570..29026a1 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: ztest.c,v 1.79 2006-04-21 10:28:09 adam Exp $
+ * $Id: ztest.c,v 1.80 2006-05-05 20:02:22 quinn Exp $
  */
 
 /*
@@ -669,6 +669,8 @@ bend_initresult *bend_init(bend_initrequest *q)
         odr_malloc (q->stream, sizeof(*r));
     int *counter = (int *) xmalloc (sizeof(int));
 
+    fprintf(stderr, "FUK\n");
+
     if (!log_level_set)
     {
         log_level=yaz_log_module_level("ztest");