diff options
author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-04 18:38:37 +0000 |
---|---|---|
committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-04 18:38:37 +0000 |
commit | 05ca5e301efd348942054e444bb5136b2c605c4d (patch) | |
tree | 38f1dc95d4bb960d014384d18ff4758efafcea38 /src/proxy.c | |
parent | 02c5ac9c67be1e3ac1c0203f79da1e5489736aa0 (diff) |
BUILD : 1.7.4 (311) BUGS : none NOTES : Running am script with new am script.
git-svn-id: svn://svn.anope.org/anope/trunk@311 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@190 5417fbe8-f217-4b02-8779-1006273d7864
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]; |