diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2010-04-17 21:01:20 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-04-27 23:07:38 +0200 |
commit | ee1bee046381b582aa4d950693c8426dbda17def (patch) | |
tree | 8a8dca40a6aade2d29851412cbd8c23f0a1e8c10 /multi.c | |
parent | Updated the man page to reflect the behavioural change of create_temp_file() (diff) | |
download | openvpn-ee1bee046381b582aa4d950693c8426dbda17def.tar.xz |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"); |