This commit is contained in:
Mitchell Livingston 2010-04-30 23:00:16 +00:00
parent 12275ccc10
commit c006457d26
1 changed files with 2 additions and 0 deletions

View File

@ -300,6 +300,8 @@ _tr_blocklistSetContent( tr_blocklist * b,
}
range.end = ntohl( addr.addr.addr4.s_addr );
free( line );
if( fwrite( &range, sizeof( struct tr_ip_range ), 1, out ) != 1 )
{
tr_err( _(