mirror of
git://erdgeist.org/opentracker
synced 2025-02-04 19:16:23 +00:00
Merge branch 'chunked-transfers' of erdgeist.org:opentracker into chunked-transfers
This commit is contained in:
commit
f4a389da3f
@ -501,7 +501,7 @@ static void stats_return_fulllog( int *iovec_entries, struct iovec **iovector, c
|
||||
char * re = r + OT_STATS_TMPSIZE;
|
||||
|
||||
g_logchain_first = g_logchain_last = 0;
|
||||
|
||||
|
||||
while( loglist ) {
|
||||
if( r + ( loglist->size + 64 ) >= re ) {
|
||||
r = iovec_fix_increase_or_free( iovec_entries, iovector, r, 32 * OT_STATS_TMPSIZE );
|
||||
|
Loading…
x
Reference in New Issue
Block a user