From: Adam Dickmeiss Date: Thu, 25 Aug 2011 14:59:38 +0000 (+0200) Subject: zoom: cp param uses auth: X-Git-Tag: v1.3.9~2 X-Git-Url: http://jsfdemo.indexdata.com/cgi-bin?a=commitdiff_plain;h=31c9b04bea2484fbb9eb273e33f9b102f4284b04;p=metaproxy-moved-to-github.git zoom: cp param uses auth: --- diff --git a/src/filter_zoom.cpp b/src/filter_zoom.cpp index 3b3fea8..8447a92 100644 --- 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())