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
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 ++