pcrs_execute_single_command(): Remove a 'dead assignment'
authorFabian Keil <fk@fabiankeil.de>
Wed, 9 Aug 2023 04:53:59 +0000 (06:53 +0200)
committerFabian Keil <fk@fabiankeil.de>
Thu, 10 Aug 2023 15:09:19 +0000 (17:09 +0200)
pcrs.c

diff --git a/pcrs.c b/pcrs.c
index 1875ba1..eaeea62 100644 (file)
--- 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);