[Privoxy-commits] [privoxy] 04/16: client_host_adder(): Remove stray space

User Git git at git.privoxy.org
Thu Oct 9 11:51:26 CEST 2025


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

git pushed a commit to branch master
in repository privoxy.

commit 95d78480997c8567a30927ca0dad0b759feda8ff
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Sep 9 16:01:21 2025 +0200

    client_host_adder(): Remove stray space
---
 parsers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parsers.c b/parsers.c
index 099a327c..80297813 100644
--- a/parsers.c
+++ b/parsers.c
@@ -4060,7 +4060,7 @@ static jb_err client_host_adder(struct client_state *csp)
    /*
     * remove 'user:pass@' from 'proto://user:pass@host'
     */
-   if ((p = strchr( csp->http->hostport, '@')) != NULL)
+   if ((p = strchr(csp->http->hostport, '@')) != NULL)
    {
       p++;
    }

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


More information about the Privoxy-commits mailing list