fix oopsy
This commit is contained in:
parent
0905fc48c1
commit
015b9d4597
@ -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!)
|
||||
|
Loading…
Reference in New Issue
Block a user