fix bug that caused libtransmission to think private torrents were public.
This commit is contained in:
parent
c58013c048
commit
4784289921
|
@ -169,7 +169,7 @@ torrentRealInit( tr_handle_t * h,
|
||||||
int i;
|
int i;
|
||||||
char name[512];
|
char name[512];
|
||||||
|
|
||||||
tor->info.flags = flags;
|
tor->info.flags |= flags;
|
||||||
|
|
||||||
tr_sharedLock( h->shared );
|
tr_sharedLock( h->shared );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue