use the standard value for it

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@659 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2005-08-31 21:25:42 +00:00
parent 32c28a0421
commit 131f9a3293
1 changed files with 1 additions and 1 deletions

View File

@ -973,7 +973,7 @@ static handler_t proxy_handle_fdevent(void *s, void *ctx, int revents) {
static handler_t mod_proxy_check_extension(server *srv, connection *con, void *p_d) {
plugin_data *p = p_d;
size_t s_len;
unsigned long last_max = ~0L;
unsigned long last_max = ULONG_MAX;
int ndx = -1;
size_t k;
buffer *fn;