mirror of
https://github.com/transmission/transmission
synced 2025-03-10 14:13:23 +00:00
that's the trouble with quick fixes.
This commit is contained in:
parent
4501b3d24d
commit
822238ca33
1 changed files with 1 additions and 1 deletions
|
@ -1078,7 +1078,7 @@ tr_peerMgrCompactToPex( const void * compact,
|
|||
size_t i;
|
||||
size_t n = compactLen / 6;
|
||||
const uint8_t * walk = compact;
|
||||
const size_t flen = strlen( added_f );
|
||||
const size_t flen = added_f ? strlen( added_f ) : 0;
|
||||
tr_pex * pex = tr_new0( tr_pex, n );
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Reference in a new issue