bug-gnunet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-GNUnet] Bug in storage.c


From: Christian Grothoff
Subject: Re: [bug-GNUnet] Bug in storage.c
Date: Sat, 26 Feb 2005 15:47:30 -0500
User-agent: KMail/1.7.2

You are of course right.  I've fixed this now.

Christian

On Thursday 24 February 2005 15:47, address@hidden wrote:
> I believe there may be a bug in storage.c at line 416.
>
> 00416       if (! isDirectory(dir))
>
> should be
>
> 00416       if (! isDirectory(rdir))
>
>
> Though you subsequently handle the resultant EEXIST error, I believe the
> parameter should be "rdir" instead of "dir" because otherwise you get
> the EEXIST error far more often than you should.
>
> Please tell me if I am wrong.
>
> Thank you.
>
> Mike Palmer
> address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]