diff options
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 |