diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/apache13-modssl/files/logresolve.c.patch | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Notes
Notes:
svn path=/head/; revision=288378
Diffstat (limited to 'www/apache13-modssl/files/logresolve.c.patch')
-rw-r--r-- | www/apache13-modssl/files/logresolve.c.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/apache13-modssl/files/logresolve.c.patch b/www/apache13-modssl/files/logresolve.c.patch deleted file mode 100644 index 04aaf2e5526e..000000000000 --- a/www/apache13-modssl/files/logresolve.c.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN apache_1.3.41/src/support/logresolve.c src/support/logresolve.c ---- apache_1.3.41/src/support/logresolve.c 2006-07-12 10:16:05.000000000 +0200 -+++ src/support/logresolve.c 2008-10-06 16:29:12.000000000 +0200 -@@ -165,7 +165,7 @@ - - hostdata = gethostbyaddr((const char *) &ipnum, sizeof(struct in_addr), - AF_INET); -- if (hostdata == NULL) { -+ if (hostdata == NULL || !hostdata->h_name || !*hostdata->h_name) { - if (h_errno > MAX_ERR) - errors[UNKNOWN_ERR]++; - else |