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:
3e58436
)
zoom: accept and relay db args x-name to CF targets
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 24 Oct 2011 12:50:28 +0000
(14:50 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 24 Oct 2011 12:50:28 +0000
(14:50 +0200)
src/filter_zoom.cpp
patch
|
blob
|
history
diff --git
a/src/filter_zoom.cpp
b/src/filter_zoom.cpp
index
fecb7bd
..
2858951
100644
(file)
--- a/
src/filter_zoom.cpp
+++ b/
src/filter_zoom.cpp
@@
-817,6
+817,8
@@
yf::Zoom::BackendPtr yf::Zoom::Frontend::get_backend_from_databases(
param_proxy = value;
else if (!strcmp(name, "cproxysession"))
;
+ else if (name[0] == 'x' && name[1] == '-')
+ ;
else
{
BackendPtr notfound;