Ignore:
Timestamp:
2000-11-23T17:16:56+13:00 (23 years ago)
Author:
nzdl
Message:

Fixed a bug in the cross-collection searching stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/OIDtools.cpp

    r1443 r1695  
    2525
    2626#include "OIDtools.h"
    27 
     27#include <assert.h>
    2828
    2929// returns (in top) the top level of OID (i.e. everything
     
    9292  request.docSet.push_back (OID);
    9393 
     94  assert (collectproto != NULL);
    9495  collectproto->filter (collection, request, response, err, logout);
    9596  if (err != noError) {
     
    123124  request.fields = metadata;
    124125  request.docSet.push_back (OID);
    125  
     126
     127  assert (collectproto != NULL);
    126128  collectproto->filter (collection, request, response, err, logout);
    127129  if (err != noError) {
Note: See TracChangeset for help on using the changeset viewer.