]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Fix thread_execute_crash
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 11 Nov 2016 18:57:49 +0000 (13:57 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:15 +0000 (20:26 -0500)
commitc8ff19f7bef4b6f7dbb2ded951929190f00a022a
tree3f53c7b969c25a6fb498907ac2806fcd84b6c8c5
parent7667c5568fdff287ad124e6d6d39653da2241968
lib: Fix thread_execute_crash

With the change to have thread_get fill inthe ->hist
pointer, thread_execute was missed and it
needs to fill in the .hist pointer for the
dummy thread created.

I'm not really sure why we need to call a
thread_execute on a function.  When we
could, you know, just call the bloody
thing.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/thread.c