]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
http: delete obsolete range log
authorPhilippe Antoine <contact@catenacyber.fr>
Wed, 29 Sep 2021 14:33:32 +0000 (16:33 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 29 Sep 2021 20:38:43 +0000 (22:38 +0200)
Commit d776d72711800168cda5d62a7cc4669abda379be
has been transfering ownership of file container

So, we cannot log it

src/app-layer-htp-file.c

index 45b9dcfe1bbe01b8c965609602e400e287117a47..e73bdb524bb30939813c31fe544e619597758c3f 100644 (file)
@@ -358,7 +358,6 @@ void HTPFileCloseHandleRange(FileContainer *files, const uint16_t flags, HttpRan
             /* HtpState owns the constructed file now */
             FileContainerAdd(files, ranged);
         }
-        SCLogDebug("c->container->files->tail %p", c->container->files->tail);
         THashDataUnlock(c->container->hdata);
     }
 }