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:
91f84ea
)
Bug fix: SRW/SRU explain did not work if no default target was defined.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 19 Oct 2004 18:34:15 +0000
(18:34 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 19 Oct 2004 18:34:15 +0000
(18:34 +0000)
src/yaz-proxy.cpp
patch
|
blob
|
history
diff --git
a/src/yaz-proxy.cpp
b/src/yaz-proxy.cpp
index
fce34ac
..
892f867
100644
(file)
--- a/
src/yaz-proxy.cpp
+++ b/
src/yaz-proxy.cpp
@@
-1,4
+1,4
@@
-/* $Id: yaz-proxy.cpp,v 1.7 2004-10-18 22:10:57 adam Exp $
+/* $Id: yaz-proxy.cpp,v 1.8 2004-10-19 18:34:15 adam Exp $
Copyright (c) 1998-2004, Index Data.
This file is part of the yaz-proxy.
@@
-2048,6
+2048,9
@@
void Yaz_Proxy::handle_incoming_HTTP(Z_HTTP_Request *hreq)
{
Z_SRW_explainRequest *srw_req = srw_pdu->u.explain_request;
+ const char *backend_db = srw_req->database;
+ srw_get_client(srw_req->database, &backend_db);
+
m_s2z_database = odr_strdup(m_s2z_odr_init, srw_req->database);
// save stylesheet