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:
2cbe7d4
)
zoom: cp param uses auth:
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Aug 2011 14:59:38 +0000
(16:59 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Aug 2011 14:59:38 +0000
(16:59 +0200)
src/filter_zoom.cpp
patch
|
blob
|
history
diff --git
a/src/filter_zoom.cpp
b/src/filter_zoom.cpp
index
3b3fea8
..
8447a92
100644
(file)
--- a/
src/filter_zoom.cpp
+++ b/
src/filter_zoom.cpp
@@
-919,7
+919,7
@@
yf::Zoom::BackendPtr yf::Zoom::Frontend::get_backend_from_databases(
wrbuf_puts(w, "#content_proxy\n");
wrbuf_printf(w, "connector: %s\n", b->sptr->contentConnector.c_str());
if (authentication.length())
- wrbuf_printf(w, "authentication: %s\n", authentication.c_str());
+ wrbuf_printf(w, "auth: %s\n", authentication.c_str());
if (proxy.length())
wrbuf_printf(w, "proxy: %s\n", proxy.c_str());
if (sptr->cfProxy.length())