- Timestamp:
- Jan 4, 2010, 10:26:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7x/libtransmission/port-forwarding.c
r8767 r9875 123 123 } 124 124 125 tr_timerAdd( s->timer, sec, msec ); 125 if( s->timer != NULL ) 126 tr_timerAdd( s->timer, sec, msec ); 126 127 } 127 128
Note: See TracChangeset
for help on using the changeset viewer.