Changeset 4242
- Timestamp:
- 08/01/08 12:12:33 (5 months ago)
- Files:
-
- trunk/src/pluto/log.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/pluto/log.c
r4024 r4242 96 96 { 97 97 /* exit if the queue has not been initialized */ 98 if ( TAILQ_LAST(&perpeer_list, perpeer)== NULL)99 return;98 if (perpeer_list.tqh_last == NULL) 99 return; 100 100 101 101 /* end of queue is given by pointer to "HEAD" */
