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:
c926fbc
)
sru_z3950: pass through incoming Z39.50 requests
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 24 Apr 2012 12:58:08 +0000
(14:58 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 24 Apr 2012 13:01:56 +0000
(15:01 +0200)
sru_z3950 filter passes through incoming Z39.50 requests again. Was
not handled by mistake in Metaproxy versions 1.3.29, 1.3.30 and 1.3.31.
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
75c0da4
..
09b48b1
100644
(file)
--- a/
src/filter_sru_to_z3950.cpp
+++ b/
src/filter_sru_to_z3950.cpp
@@
-424,6
+424,10
@@
void yf::SRUtoZ3950::Impl::process(mp::Package &package)
m_cond_url_ready.notify_all();
}
}
+ else
+ {
+ package.move();
+ }
release_frontend(package);
}