1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-12 16:00:06 +00:00

white space

This commit is contained in:
Dirk Engling 2024-04-13 16:56:51 +02:00
parent 57f859728d
commit 79f5e272aa

View File

@ -501,7 +501,7 @@ static void stats_return_fulllog( int *iovec_entries, struct iovec **iovector, c
char * re = r + OT_STATS_TMPSIZE; char * re = r + OT_STATS_TMPSIZE;
g_logchain_first = g_logchain_last = 0; g_logchain_first = g_logchain_last = 0;
while( loglist ) { while( loglist ) {
if( r + ( loglist->size + 64 ) >= re ) { if( r + ( loglist->size + 64 ) >= re ) {
r = iovec_fix_increase_or_free( iovec_entries, iovector, r, 32 * OT_STATS_TMPSIZE ); r = iovec_fix_increase_or_free( iovec_entries, iovector, r, 32 * OT_STATS_TMPSIZE );