fix bad engineer error that comes up sometimes

when viewing cached pages.
This commit is contained in:
mwells 2013-09-27 18:15:59 -06:00
parent e34afd21ea
commit 88677e1a15

View File

@ -185,7 +185,8 @@ bool sendPageGet ( TcpSocket *s , HttpRequest *r ) {
// since XmlDoc::m_setFromTitleRec will be true
// . niceness is 0
else {
xd->set3 ( docId , coll , 0 );
// use st->m_coll since XmlDoc just points to it!
xd->set3 ( docId , st->m_coll , 0 );
}
// if it blocks while it loads title rec, it will re-call this routine
xd->setCallback ( st , processLoopWrapper );