diff options
| author | Russ White <russ@riw.us> | 2018-06-19 07:15:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-19 07:15:07 -0400 |
| commit | 5e51ae98167cba8252a1424d960caf5bccb52526 (patch) | |
| tree | 159358425e60110921de220e173d4e1a2af7fcab /lib/frr_pthread.c | |
| parent | aa13697bb0dc0876ef52a51699a1b0059e184026 (diff) | |
| parent | 5f18adf01baeef33c6c85e3691822ee61424f238 (diff) | |
Merge pull request #2491 from pacovn/cppcheck_no_effect
eigrpd, isisd, lib, ospfd: no effect (cppcheck)
Diffstat (limited to 'lib/frr_pthread.c')
| -rw-r--r-- | lib/frr_pthread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/frr_pthread.c b/lib/frr_pthread.c index 36a89168c2..00681b9db8 100644 --- a/lib/frr_pthread.c +++ b/lib/frr_pthread.c @@ -269,7 +269,6 @@ static int fpt_halt(struct frr_pthread *fpt, void **res) { thread_add_event(fpt->master, &fpt_finish, fpt, 0, NULL); pthread_join(fpt->thread, res); - fpt = NULL; return 0; } |
