o2on svn commit
o2on-****@lists*****
2008年 7月 26日 (土) 17:07:18 JST
Revision: 106 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=o2on&view=rev&rev=106 Author: k-uehara Date: 2008-07-26 17:07:18 +0900 (Sat, 26 Jul 2008) Log Message: ----------- FIX: typo http://pc11.2ch.net/test/read.cgi/tech/1212302014/435 Modified Paths: -------------- branches/BRANCH_0043/o2on/src.o2on/O2Server_HTTP_Admin.h Modified: branches/BRANCH_0043/o2on/src.o2on/O2Server_HTTP_Admin.h =================================================================== --- branches/BRANCH_0043/o2on/src.o2on/O2Server_HTTP_Admin.h 2008-07-21 07:38:38 UTC (rev 105) +++ branches/BRANCH_0043/o2on/src.o2on/O2Server_HTTP_Admin.h 2008-07-26 08:07:18 UTC (rev 106) @@ -661,7 +661,7 @@ } } else if (act == "deactivate") { - // activate saku + // deactivate query it = hdr->queries.find("hash"); if (it != hdr->queries.end()) { if (it->second.size() >= HASHSIZE*2) { @@ -669,7 +669,7 @@ hash.assign(it->second.c_str(), it->second.size()); if (QueryDB->SetEnable(hash,false)) { msg = L"³øɵܵ½"; - SakuDB->Save(Profile->GetSakuFilePath()); + QueryDB->Save(Profile->GetQueryFilePath()); } } }