diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2020-08-06 15:09:17 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2020-08-06 15:09:17 +0000 |
commit | d6f880d2225f38c2d4c9123a30617691f85c6677 (patch) | |
tree | 3aee4a4eb1493bb2a0bed8361943627fbe6253b5 /www/mod_log_sql2/files/patch-functions.h | |
parent | Mark as deprecated and set an expiry date. Upstream has announced end (diff) |
www/mod_log_sql: Fix PID > 65535
* PID > 65535 when 'LogSQLCreateTables On' [1]
* Fix WWW address
* 2 suffix (for Apache 2) is redundant, remove
PR: 243793 [1]
Submitted by: Tommy P <tommyhp2 gmail com>
Notes
Notes:
svn path=/head/; revision=544278
Diffstat (limited to 'www/mod_log_sql2/files/patch-functions.h')
-rw-r--r-- | www/mod_log_sql2/files/patch-functions.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/mod_log_sql2/files/patch-functions.h b/www/mod_log_sql2/files/patch-functions.h deleted file mode 100644 index 6370a7d9887e..000000000000 --- a/www/mod_log_sql2/files/patch-functions.h +++ /dev/null @@ -1,14 +0,0 @@ ---- functions.h.orig 2004-09-20 02:50:46 UTC -+++ functions.h -@@ -14,7 +14,11 @@ - - static const char *extract_remote_address(request_rec *r, char *a) - { -+#if AP_MODULE_MAGIC_AT_LEAST(20111130,0) -+ return r->useragent_ip; -+#else - return r->connection->remote_ip; -+#endif - } - - static const char *extract_local_address(request_rec *r, char *a) __attribute__((unused)); |