Fix iteration through half-open IKE_SA table

This commit is contained in:
Martin Willi
2012-04-16 16:47:17 +02:00
parent 89a5881c63
commit 4837d2a981
+1
View File
@@ -1789,6 +1789,7 @@ METHOD(ike_sa_manager_t, get_half_open_count, u_int,
count = half_open->count;
break;
}
item = item->next;
}
lock->unlock(lock);
}