Callback job is not needed any more
This commit is contained in:
@@ -616,9 +616,5 @@ tnc_pdp_t *tnc_pdp_create(u_int16_t port)
|
||||
}
|
||||
DBG1(DBG_IKE, "eap method %N selected", eap_type_names, this->type);
|
||||
|
||||
lib->processor->queue_job(lib->processor,
|
||||
(job_t*)callback_job_create_with_prio((callback_job_cb_t)receive, this,
|
||||
NULL, (callback_job_cancel_t)return_false, JOB_PRIO_CRITICAL));
|
||||
|
||||
return &this->public;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user