X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffilter_frontend_net.cpp;h=6fc9ff4dcd17a34c3c8c7f3a4be3bf1a7ba019da;hb=27c26deb38493c58ae0b388d22f55cc93fc68881;hp=362e48964476134fd7ff5324a924f6ea5abe6438;hpb=f8bcd30533d438d7e2151f742a70d4c5313cc9ec;p=metaproxy-moved-to-github.git diff --git a/src/filter_frontend_net.cpp b/src/filter_frontend_net.cpp index 362e489..6fc9ff4 100644 --- a/src/filter_frontend_net.cpp +++ b/src/filter_frontend_net.cpp @@ -410,7 +410,7 @@ void mp::filter::FrontendNet::configure(const xmlNode * ptr, bool test_only) } else if (!strcmp((const char *) ptr->name, "connect-max")) { - m_p->m_connect_max = mp::xml::get_int(ptr->children, 0); + m_p->m_connect_max = mp::xml::get_int(ptr, 0); } else {