[Privoxy-commits] [privoxy] 38/46: load_config(): Properly parse the client-tag-lifetime directive

User Git git at git.privoxy.org
Sun Feb 21 15:11:00 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 bc7cc845a82203f50e3fc5c1bd0dca01571749b9
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Feb 10 10:47:46 2021 +0100

    load_config(): Properly parse the client-tag-lifetime directive
    
    Previously it was not accepted as an obsolete hash value was
    being used.
    
    Reported by: Joshua Rogers (Opera)
---
 loadcfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loadcfg.c b/loadcfg.c
index dbed0a38..79dad3c5 100644
--- a/loadcfg.c
+++ b/loadcfg.c
@@ -140,7 +140,7 @@ static struct file_list *current_configfile = NULL;
 #define hash_cipher_list                 1225729316U /* "cipher-list" */
 #define hash_client_header_order         2701453514U /* "client-header-order" */
 #define hash_client_specific_tag         3353703383U /* "client-specific-tag" */
-#define hash_client_tag_lifetime          647957580U /* "client-tag-lifetime" */
+#define hash_client_tag_lifetime         3239141416U /* "client-tag-lifetime" */
 #define hash_compression_level           2464423563U /* "compression-level" */
 #define hash_confdir                        1978389U /* "confdir" */
 #define hash_connection_sharing          1348841265U /* "connection-sharing" */

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


More information about the Privoxy-commits mailing list