diff options
Diffstat (limited to 'src/proxy.c')
-rw-r--r-- | src/proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proxy.c b/src/proxy.c index 3c548e631..4938c128c 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -18,7 +18,7 @@ #ifndef INADDR_NONE #define INADDR_NONE 0xFFFFFFFF -#endif +#endif /* Hashed list of HostCache; threads must not use it! */ HostCache *hcache[1024]; |