projects
/
yazproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e0e40e
)
Enable USE_AUTH_MSG again
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 30 Mar 2006 14:22:06 +0000
(14:22 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 30 Mar 2006 14:22:06 +0000
(14:22 +0000)
src/yaz-proxy.cpp
patch
|
blob
|
history
diff --git
a/src/yaz-proxy.cpp
b/src/yaz-proxy.cpp
index
2d37c52
..
11112ed
100644
(file)
--- a/
src/yaz-proxy.cpp
+++ b/
src/yaz-proxy.cpp
@@
-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.
@@
-59,11
+59,9
@@
using namespace yazpp_1;
#define strncasecmp _strnicmp
#endif
-#undef USE_AUTH_MSG
-#define USE_AUTH_MSG 0
+#define USE_AUTH_MSG 1
#if USE_AUTH_MSG
-#error x
class YAZ_EXPORT Auth_Msg : public IMsg_Thread {
public:
int m_ret;