]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
stream-tcp: fix double call to debug print function
authorEric Leblond <eric@regit.org>
Tue, 23 Oct 2012 16:20:22 +0000 (18:20 +0200)
committerEric Leblond <eric@regit.org>
Mon, 19 Nov 2012 22:52:19 +0000 (23:52 +0100)
src/stream-tcp-reassemble.c

index ec77960f50c557592ad99e0cc96074e3c2db77f4..b188e496b55b2e7c1ca374ede0e9c5bc70368f7a 100644 (file)
@@ -329,7 +329,6 @@ void StreamTcpReassembleFree(char quiet)
     uint16_t u16 = 0;
     for (u16 = 0; u16 < segment_pool_num; u16++) {
         SCMutexLock(&segment_pool_mutex[u16]);
-        PoolPrintSaturation(segment_pool[u16]);
 
         if (quiet == FALSE) {
             PoolPrintSaturation(segment_pool[u16]);