[Privoxy-commits] [privoxy] 01/02: pcrs_execute_single_command(): Remove a 'dead assignment'

User Git git at git.privoxy.org
Thu Aug 10 17:09:20 CEST 2023


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

git pushed a commit to branch master
in repository privoxy.

commit 0f05987954c83d148857bba784abf0fc7b1cbb65
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Aug 9 06:53:59 2023 +0200

    pcrs_execute_single_command(): Remove a 'dead assignment'
---
 pcrs.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pcrs.c b/pcrs.c
index 1875ba1a..eaeea625 100644
--- a/pcrs.c
+++ b/pcrs.c
@@ -1185,8 +1185,6 @@ char *pcrs_execute_single_command(const char *subject, const char *pcrs_command,
    if (NULL != job)
    {
       *hits = pcrs_execute(job, subject, buffer_size, &result, &new_size);
-      buffer_size = new_size;
-
       if (*hits < 0)
       {
          freez(result);

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


More information about the Privoxy-commits mailing list