projects
/
metaproxy-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:
289bce5
)
sru_z3950 filter: Accept any database
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 17 Dec 2009 14:11:53 +0000
(15:11 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 17 Dec 2009 14:11:53 +0000
(15:11 +0100)
src/filter_sru_to_z3950.cpp
patch
|
blob
|
history
diff --git
a/src/filter_sru_to_z3950.cpp
b/src/filter_sru_to_z3950.cpp
index
7ccebd3
..
0bc230a
100644
(file)
--- a/
src/filter_sru_to_z3950.cpp
+++ b/
src/filter_sru_to_z3950.cpp
@@
-182,13
+182,6
@@
void yf::SRUtoZ3950::Impl::sru(mp::Package &package, Z_GDU *zgdu_req)
{
explainnode = idbexp->second;
}
- // just moving package if database is not known
- else
- {
- package.move();
- return;
- }
-
// decode SRU request
Z_SOAP *soap = 0;