Branch: Tag:

2000-11-02

2000-11-02 09:10:56 by Peter J. Holzer <hjp@wsr.ac.at>

Fixes [Bug 610 (#610)] with patch from hjp@wsr.ac.at. Thank you.

Rev: server/base_server/roxen.pike:1.569

4:   // Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.      // ABS and suicide systems contributed freely by Francesco Chemolli - constant cvs_version="$Id: roxen.pike,v 1.568 2000/10/19 12:24:09 per Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.569 2000/11/02 09:10:56 per Exp $";      // Used when running threaded to find out which thread is the backend thread,   // for debug purposes only.
3636:    "request_id->client?request_id->client*\" \":\"-\"", 0 }),    ({ "user", "%s", "extract_user( request_id->realauth )",0 }),    ({ "user_id", "%s", "request_id->cookies->RoxenUserID||\"0\"",0 }), -  ({ "request-time","%1.2f" "time(request_id->time )",0 }), +  ({ "request-time","%1.2f", "time(request_id->time )",0 }),    ({ "host", "\4711", 0, 1 }), // unlikely to occur normally   });