X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_auth_simple.cpp;h=40b3a21fee4334a5cef249fbbf750aa24a0f479c;hb=a5228f2429023517a4ece6a3bb0a2745d5293853;hp=f34a2ecf3a79b8436e4b9850719c6b2c75542b5f;hpb=be1c305c90a134c7828505799b62f823e1e08859;p=metaproxy-moved-to-github.git diff --git a/src/filter_auth_simple.cpp b/src/filter_auth_simple.cpp index f34a2ec..40b3a21 100644 --- a/src/filter_auth_simple.cpp +++ b/src/filter_auth_simple.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_auth_simple.cpp,v 1.6 2006-01-17 17:30:49 mike Exp $ +/* $Id: filter_auth_simple.cpp,v 1.7 2006-01-17 17:58:46 mike Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -102,7 +102,7 @@ void yp2::filter::AuthSimple::configure(const xmlNode * ptr) boost::split(tmp.dbs, databasesp, boost::is_any_of(",")); m_p->userRegister[buf] = tmp; - if (1) { // debugging + if (0) { // debugging printf("Added user '%s' -> password '%s'\n", buf, passwdp); std::list::const_iterator i; for (i = tmp.dbs.begin(); i != tmp.dbs.end(); i++) {