Ignore:
Timestamp:
2002-11-22T19:57:28+13:00 (21 years ago)
Author:
sjboddie
Message:

Added protos to argument list of action::check_cgiargs() as I always seem to want it to
be there.

File:
1 edited

Legend:

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

    r3154 r3546  
    571571  action *a = actions.getaction (args["a"]);
    572572  if (a != NULL) {
    573     if (!a->check_cgiargs (argsinfo, args, logout)) return false;
     573    if (!a->check_cgiargs (argsinfo, args, &protocols, logout)) return false;
    574574  } else {
    575575    // the action was not found!!
     
    804804    contentout << "Last-Modified: " << asctime(utc_latest);
    805805      }
     806
    806807    } // end of collection != ""
    807808
     
    826827    contentout << "Pragma: no-cache\n"; // HTTP/1.0
    827828    */
    828 
    829829    contentout << text_t2ascii << "Content-type: " << response_data << "\n\n";
    830830  } else {
Note: See TracChangeset for help on using the changeset viewer.