fixed improper TAILQ fix which caused pluto to segfault

This commit is contained in:
Andreas Steffen
2008-08-03 18:01:21 +00:00
parent 619998b3ac
commit ea36a1f159
+1 -1
View File
@@ -95,7 +95,7 @@ void
close_peerlog(void)
{
/* exit if the queue has not been initialized */
if (perpeer_list.tqh_last == NULL)
if (perpeer_list.tqh_first == NULL)
return;
/* end of queue is given by pointer to "HEAD" */