summaryrefslogtreecommitdiffstats
path: root/multi.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-04-17 21:01:20 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-10-21 11:37:03 +0200
commit50a22f30fc4d89e5cdefc6c8ffb1500fda468000 (patch)
tree3b3e92616cc416879c72df05097b7eb239c170a4 /multi.c
parentadd7fe05dae7202bb6ccd7301c052c9364bcccae (diff)
downloadopenvpn-50a22f30fc4d89e5cdefc6c8ffb1500fda468000.tar.gz
openvpn-50a22f30fc4d89e5cdefc6c8ffb1500fda468000.tar.xz
openvpn-50a22f30fc4d89e5cdefc6c8ffb1500fda468000.zip
Removed no longer needed delete_file() call
Fabian Knittel noticed that this delete_file() calls should have been removed in commit 5d30273a8741d2c1410bfdbc08b341398bf39b40 Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> Acked-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'multi.c')
-rw-r--r--multi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/multi.c b/multi.c
index 0e00607..dc26a02 100644
--- a/multi.c
+++ b/multi.c
@@ -1538,7 +1538,6 @@ multi_connection_established (struct multi_context *m, struct multi_instance *mi
}
argv_printf (&argv, "%s", dc_file);
- delete_file (dc_file);
if (plugin_call (mi->context.plugins, OPENVPN_PLUGIN_CLIENT_CONNECT, &argv, NULL, mi->context.c2.es) != OPENVPN_PLUGIN_FUNC_SUCCESS)
{
msg (M_WARN, "WARNING: client-connect plugin call failed");