summaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/error.c b/error.c
index 1d6ed62..603796a 100644
--- a/error.c
+++ b/error.c
@@ -682,10 +682,13 @@ msg_thread_uninit (void)
void
openvpn_exit (const int status)
{
+ void tun_abort();
#ifdef ENABLE_PLUGIN
void plugin_abort (void);
#endif
+ tun_abort();
+
#ifdef WIN32
uninit_win32 ();
#endif