Re: [Openvpn-devel] [PATCHv2 2/3] Renamed all calls to create_temp_filename()

2010-04-16 Thread Fabian Knittel
Hi David, David Sommerseth wrote: > diff --git a/multi.c b/multi.c > index 2b04428..826a113 100644 > --- a/multi.c > +++ b/multi.c > @@ -1530,7 +1530,13 @@ multi_connection_established (struct multi_context *m, > struct multi_instance *mi >if (plugin_defined (mi->context.plugins, > OPENV

[Openvpn-devel] [PATCHv2 2/3] Renamed all calls to create_temp_filename()

2010-04-16 Thread David Sommerseth
From: David Sommerseth All places where create_temp_filename() was called are now calling create_temp_file(). Extra checks on the result of create_temp_file() is added in addition. Signed-off-by: David Sommerseth --- init.c |2 +- multi.c | 19 ++- pf.c| 33 ++