diff options
| author | Biswajit Sadhu <sadhub@vmware.com> | 2019-05-07 03:28:55 -0700 |
|---|---|---|
| committer | Biswajit Sadhu <sadhub@vmware.com> | 2019-05-07 03:28:55 -0700 |
| commit | 1c42b2e9a17b1ea97bca955923c7ab8fbf902cde (patch) | |
| tree | 88f2d7530f5ab0d3df73a66edd2cd14f29f8c057 /lib/workqueue.c | |
| parent | 737af8857aab57d7fdeaffc5b9a72684e2dbb2d4 (diff) | |
| parent | b0a973b94a6858f6c8826f7a561e771866fa1da5 (diff) | |
Merge branch 'master' of https://github.com/frrouting/frr
Diffstat (limited to 'lib/workqueue.c')
| -rw-r--r-- | lib/workqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/workqueue.c b/lib/workqueue.c index 066d81f350..54090d0d0f 100644 --- a/lib/workqueue.c +++ b/lib/workqueue.c @@ -280,7 +280,7 @@ int work_queue_run(struct thread *thread) if (item->ran > wq->spec.max_retries) { /* run error handler, if any */ if (wq->spec.errorfunc) - wq->spec.errorfunc(wq, item->data); + wq->spec.errorfunc(wq, item); work_queue_item_remove(wq, item); continue; } |
