2001-06-11
2001-06-11 02:45:19 by Per Hedbor <ph@opera.com>
-
9a629ccf4f8c189cf08df6772e53be6fddab6a72
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Strip : on NT.
Rev: server/base_server/configuration.pike:1.434
1:
// A vitual server's main configuration
// Copyright © 1996 - 2000, Roxen IS.
- constant cvs_version = "$Id: configuration.pike,v 1.433 2001/06/06 21:04:49 per Exp $";
+ constant cvs_version = "$Id: configuration.pike,v 1.434 2001/06/11 02:45:19 per Exp $";
#include <module.h>
#include <module_constants.h>
#include <roxen.h>
600: Inside #if defined(__NT__)
static mixed strip_fork_information(RequestID id)
{
array a = id->not_query/"::";
- id->not_query = a[0];
+ id->not_query = a[0]-":";
id->misc->fork_information = a[1..];
return 0;
}