Callback job is not needed any more

This commit is contained in:
Andreas Steffen
2013-07-31 22:13:49 +02:00
parent 8fa7c5c191
commit cc5bedbb98
-4
View File
@@ -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;
}