diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-07-31 22:13:41 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-07-31 22:13:49 +0200 |
commit | cc5bedbb98f97a0adf18482d230f7ddc15d098b3 (patch) | |
tree | 1ea37ebad87fe061eec43854adbcccdb7b6915a1 /src/libcharon/plugins/tnc_pdp/tnc_pdp.c | |
parent | 8fa7c5c191414257309624d8adbf3c8584bdf8ca (diff) | |
download | strongswan-cc5bedbb98f97a0adf18482d230f7ddc15d098b3.tar.bz2 strongswan-cc5bedbb98f97a0adf18482d230f7ddc15d098b3.tar.xz |
Callback job is not needed any more
Diffstat (limited to 'src/libcharon/plugins/tnc_pdp/tnc_pdp.c')
-rw-r--r-- | src/libcharon/plugins/tnc_pdp/tnc_pdp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libcharon/plugins/tnc_pdp/tnc_pdp.c b/src/libcharon/plugins/tnc_pdp/tnc_pdp.c index 9bbaae61f..13914b968 100644 --- a/src/libcharon/plugins/tnc_pdp/tnc_pdp.c +++ b/src/libcharon/plugins/tnc_pdp/tnc_pdp.c @@ -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; } |