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:
480e27c
)
zoom: no need to pass cfauth for cproxy
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Aug 2011 08:10:41 +0000
(10:10 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Aug 2011 08:10:41 +0000
(10:10 +0200)
src/filter_zoom.cpp
patch
|
blob
|
history
diff --git
a/src/filter_zoom.cpp
b/src/filter_zoom.cpp
index
c28eb16
..
9f197a4
100644
(file)
--- a/
src/filter_zoom.cpp
+++ b/
src/filter_zoom.cpp
@@
-871,8
+871,6
@@
yf::Zoom::BackendPtr yf::Zoom::Frontend::get_backend_from_databases(
wrbuf_printf(w, "authentication: %s\n", authentication.c_str());
if (proxy.length())
wrbuf_printf(w, "proxy: %s\n", proxy.c_str());
- if (sptr->cfAuth.length())
- wrbuf_printf(w, "cfauth: %s\n", sptr->cfAuth.c_str());
if (sptr->cfProxy.length())
wrbuf_printf(w, "cfproxy: %s\n", sptr->cfProxy.c_str());