Changeset 269


Ignore:
Timestamp:
1999-06-15T14:16:45+12:00 (25 years ago)
Author:
sjboddie
Message:

small change to prevent collectdir configuration string from being passed
to everything

File:
1 edited

Legend:

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

    r257 r269  
    1212/*
    1313   $Log$
     14   Revision 1.7  1999/06/15 02:16:45  sjboddie
     15   small change to prevent collectdir configuration string from being passed
     16   to everything
     17
    1418   Revision 1.6  1999/05/10 03:40:41  sjboddie
    1519   lots of changes - slowly getting document action sorted out
     
    4751  // it should be done just after the collection server has been
    4852  // created
    49   if (key == "collection") return;
     53  if (key == "collection" || key == "collectdir") return;
    5054
    5155  collectservermapclass::iterator here = cservers.begin();
Note: See TracChangeset for help on using the changeset viewer.