zoom: allow cproxysession as database arg.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 27 Jul 2011 14:56:17 +0000 (16:56 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 27 Jul 2011 14:56:17 +0000 (16:56 +0200)
src/filter_zoom.cpp

index 2a08f5f..9055067 100644 (file)
@@ -729,6 +729,8 @@ yf::Zoom::BackendPtr yf::Zoom::Frontend::get_backend_from_databases(
                 param_password = value;
             else if (!strcmp(name, "proxy"))
                 param_proxy = value;
+            else if (!strcmp(name, "cproxysession"))
+                ;
             else
             {
                 BackendPtr notfound;