]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Removed no longer needed delete_file() call
authorDavid Sommerseth <dazo@users.sourceforge.net>
Sat, 17 Apr 2010 19:01:20 +0000 (21:01 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 21 Oct 2010 09:37:03 +0000 (11:37 +0200)
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>
multi.c

diff --git a/multi.c b/multi.c
index 0e00607ab2d8348bb254df747907c18e0673ec8d..dc26a025a4db74ea0e3e3156bfee4d78e667da3f 100644 (file)
--- 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");