2007-09-21
2007-09-21 14:26:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
f4231e1c1333c085221adf6f1a3ece94df332e88
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Fixed typo.
Rev: server/protocols/http.pike:1.533
2:
// Modified by Francesco Chemolli to add throttling capabilities.
// Copyright © 1996 - 2004, Roxen IS.
- constant cvs_version = "$Id: http.pike,v 1.532 2007/09/21 12:42:42 grubba Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.533 2007/09/21 14:26:07 grubba Exp $";
// #define REQUEST_DEBUG
#define MAGIC_ERROR
2584: Inside #if defined(RAM_CACHE)
// Note that we use the return value from m_delete()
// to make sure we are free from races.
if (m_delete(file, "refresh")) {
- file->refresh = time(1);
+ file->refresh = predef::time(1);
}
}
}