[Privoxy-commits] [privoxy] 07/17: Change wildcard_dst to short to reduce the size of struct access_control_list

User Git git at git.privoxy.org
Thu Jan 21 13:03:34 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 07f84edf9d548be367a5525f38e8ffe7f64353eb
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Jan 21 11:48:52 2021 +0100

    Change wildcard_dst to short to reduce the size of struct access_control_list
---
 project.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.h b/project.h
index d82c85d8..ffe6d0ae 100644
--- a/project.h
+++ b/project.h
@@ -1358,7 +1358,7 @@ struct access_control_list
    struct access_control_addr src[1];  /**< Client IP address */
    struct access_control_addr dst[1];  /**< Website or parent proxy IP address */
 #ifdef HAVE_RFC2553
-   int wildcard_dst;                   /** < dst address is wildcard */
+   short wildcard_dst;                 /** < dst address is wildcard */
 #endif
 
    short action;                       /**< ACL_PERMIT or ACL_DENY */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list