commit | b5043aabb03567b46a16463d88a8afce2acda35e | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@quagga.net> | Tue Feb 28 18:32:56 2012 +0000 |
committer | Paul Jakma <paul@quagga.net> | Tue Feb 28 18:35:45 2012 +0000 |
tree | 7b975c45bdbf513f62a1ad7f1aad35afb01606c9 | |
parent | b51a3a31500133e3e26f12e7639f297c655bc735 [diff] |
lib: fix incorrect thread list processing loops * thread.c: (thread_timer_process,thread_process) thread_list_delete nulls thread->next. Loops need to save next first, or will only process the head. Problem noted by Lou Berger <lberger@labn.net>.