On 26/09/17 00:22, Steffan Karger wrote:
> Hi,
>
> On 21-09-17 23:03, David Sommerseth wrote:
>> On 15/09/17 08:39, Steffan Karger wrote:
>>> close_instance() tries to remove the file in c2.pf.filename, but that only
>>> works if we actually set that if we fail. So, set that filename as soon
>>
Hi,
On 21-09-17 23:03, David Sommerseth wrote:
> On 15/09/17 08:39, Steffan Karger wrote:
>> close_instance() tries to remove the file in c2.pf.filename, but that only
>> works if we actually set that if we fail. So, set that filename as soon
>> as we know we've created the file.
>>
>> Signed-off
On 15/09/17 08:39, Steffan Karger wrote:
> close_instance() tries to remove the file in c2.pf.filename, but that only
> works if we actually set that if we fail. So, set that filename as soon
> as we know we've created the file.
>
> Signed-off-by: Steffan Karger
> ---
> v2: As suggested by Antio
On 15/09/17 14:39, Steffan Karger wrote:
> close_instance() tries to remove the file in c2.pf.filename, but that only
> works if we actually set that if we fail. So, set that filename as soon
> as we know we've created the file.
>
> Signed-off-by: Steffan Karger
> ---
> v2: As suggested by Ant