Changeset 3432


Ignore:
Timestamp:
Oct 16, 2007, 3:00:53 AM (15 years ago)
Author:
charles
Message:

There are only 16 days left for something to replace this as October's stupidest bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/peer-mgr.c

    r3431 r3432  
    850850    struct peer_atom * a = getExistingAtom( t, addr );
    851851
    852     if( a != NULL )
     852    if( a == NULL )
    853853    {
    854854        a = tr_new0( struct peer_atom, 1 );
Note: See TracChangeset for help on using the changeset viewer.