1
0
Fork 0
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:
Charles Kerr 2008-08-09 23:44:31 +00:00
parent 4501b3d24d
commit 822238ca33

View file

@ -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