diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-11-04 16:19:39 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-11-09 20:43:50 +0100 |
commit | a816f1f588a37c32f0d4f162c005ff4df94872e6 (patch) | |
tree | 040804994f5d4355c05660da4c3aba3534ddd4fa /src/libcharon/plugins/tnc_imv/tnc_imv.c | |
parent | 1888dd6bd5e875a3d45cd708ad9e3829f5769baa (diff) | |
download | strongswan-a816f1f588a37c32f0d4f162c005ff4df94872e6.tar.bz2 strongswan-a816f1f588a37c32f0d4f162c005ff4df94872e6.tar.xz |
cleaned up whitespace
Diffstat (limited to 'src/libcharon/plugins/tnc_imv/tnc_imv.c')
-rw-r--r-- | src/libcharon/plugins/tnc_imv/tnc_imv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/tnc_imv/tnc_imv.c b/src/libcharon/plugins/tnc_imv/tnc_imv.c index 6982bd37e..27af2ace0 100644 --- a/src/libcharon/plugins/tnc_imv/tnc_imv.c +++ b/src/libcharon/plugins/tnc_imv/tnc_imv.c @@ -99,7 +99,7 @@ imv_t* tnc_imv_create(char *name, char *filename, TNC_IMVID id) free(this); return NULL; } - this->public.receive_message = + this->public.receive_message = dlsym(handle, "TNC_IMV_ReceiveMessage"); this->public.batch_ending = dlsym(handle, "TNC_IMV_BatchEnding"); |