Changeset 7438
- Timestamp:
- Dec 20, 2008, 2:56:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/blocklist.c
r7404 r7438 26 26 #include <fcntl.h> 27 27 #include <unistd.h> 28 #include <assert.h> 28 29 29 30 #include "ggets.h" … … 207 208 const struct tr_ip_range * range; 208 209 209 if( !b->isEnabled ) 210 assert( tr_isAddress( addr ) ); 211 212 if( !b->isEnabled || addr->type == TR_AF_INET6 ) 210 213 return 0; 211 214
Note: See TracChangeset
for help on using the changeset viewer.