From: David Sommerseth <d...@users.sourceforge.net> Fabian Knittel noticed that this delete_file() calls should have been removed in commit b963a17efc10512db442443234731a70b1f56f84
Signed-off-by: David Sommerseth <d...@users.sourceforge.net> --- multi.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/multi.c b/multi.c index 826a113..c4276f5 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"); -- 1.6.6.1