fix bug that caused libtransmission to think private torrents were public.

This commit is contained in:
Charles Kerr 2007-06-30 21:29:49 +00:00
parent c58013c048
commit 4784289921
1 changed files with 1 additions and 1 deletions

View File

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