fix oopsy

This commit is contained in:
Matt Wells 2014-05-13 21:10:34 -07:00
parent 0905fc48c1
commit 015b9d4597

View File

@ -928,12 +928,12 @@ void gotTitleList ( void *state , RdbList *list , Msg5 *msg5 ) {
if ( r->m_docId != dd ) continue;
}
// do not set back titlerec if just want avail docid
if ( r->m_getAvailDocIdOnly ) continue;
// flag that we matched m_docId
docIdWasFound = true;
// do not set back titlerec if just want avail docid
if ( r->m_getAvailDocIdOnly ) continue;
// ok, if just "checking tfndb" no need to go further
if ( r->m_justCheckTfndb ) {
// send back a good reply (empty means found!)