Browse code

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>

David Sommerseth authored on 2010/04/18 04:01:20
Showing 1 changed files
... ...
@@ -1538,7 +1538,6 @@ multi_connection_established (struct multi_context *m, struct multi_instance *mi
1538 1538
           }
1539 1539
 
1540 1540
 	  argv_printf (&argv, "%s", dc_file);
1541
-	  delete_file (dc_file);
1542 1541
 	  if (plugin_call (mi->context.plugins, OPENVPN_PLUGIN_CLIENT_CONNECT, &argv, NULL, mi->context.c2.es) != OPENVPN_PLUGIN_FUNC_SUCCESS)
1543 1542
 	    {
1544 1543
 	      msg (M_WARN, "WARNING: client-connect plugin call failed");