We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0318ed commit 040d1edCopy full SHA for 040d1ed
1 file changed
src/lib/io/schedule.c
@@ -548,7 +548,7 @@ fr_schedule_t *fr_schedule_create(TALLOC_CTX *ctx,
548
* thread data so that triggers can use module xlats.
549
*/
550
if (sc->worker_thread_instantiate &&
551
- unlikely((sc->worker_thread_instantiate(NULL, el, NULL) < 0))) {
+ unlikely((sc->worker_thread_instantiate(sc, el, NULL) < 0))) {
552
PERROR("Main thread instantiation failed");
553
goto mt_fail;
554
}
0 commit comments