bug-gnunet
[Top][All Lists]
Advanced

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

[bug-GNUnet] Bug in storage.c


From: Mike . Palmer
Subject: [bug-GNUnet] Bug in storage.c
Date: Thu, 24 Feb 2005 14:47:38 -0600

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]