Enable USE_AUTH_MSG again
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 30 Mar 2006 14:22:06 +0000 (14:22 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 30 Mar 2006 14:22:06 +0000 (14:22 +0000)
src/yaz-proxy.cpp

index 2d37c52..11112ed 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: yaz-proxy.cpp,v 1.47 2006-03-30 14:16:34 adam Exp $
+/* $Id: yaz-proxy.cpp,v 1.48 2006-03-30 14:22:06 adam Exp $
    Copyright (c) 1998-2006, Index Data.
 
 This file is part of the yazproxy.
    Copyright (c) 1998-2006, Index Data.
 
 This file is part of the yazproxy.
@@ -59,11 +59,9 @@ using namespace yazpp_1;
 #define strncasecmp _strnicmp
 #endif
 
 #define strncasecmp _strnicmp
 #endif
 
-#undef USE_AUTH_MSG
-#define USE_AUTH_MSG 0
+#define USE_AUTH_MSG 1
 
 #if USE_AUTH_MSG
 
 #if USE_AUTH_MSG
-#error x
 class YAZ_EXPORT Auth_Msg : public IMsg_Thread {
 public:
     int m_ret;
 class YAZ_EXPORT Auth_Msg : public IMsg_Thread {
 public:
     int m_ret;