mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 16:32:33 +00:00
Iterate all items in object_reload_notification
Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
12163b62d2
commit
41aeecc4ef
@ -342,7 +342,7 @@ static void object_reload_notification(int startstop, int flush)
|
||||
}
|
||||
|
||||
for (list = tmplist.next, tmp = list->next;
|
||||
list != tmplist.prev; list = tmp, tmp = list->next) {
|
||||
list != &tmplist; list = tmp, tmp = list->next) {
|
||||
|
||||
tracker_pt = list_entry (list, struct object_tracker, object_list);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user