Changeset 3432
- Timestamp:
- Oct 16, 2007, 3:00:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r3431 r3432 850 850 struct peer_atom * a = getExistingAtom( t, addr ); 851 851 852 if( a != NULL )852 if( a == NULL ) 853 853 { 854 854 a = tr_new0( struct peer_atom, 1 );
Note: See TracChangeset
for help on using the changeset viewer.