mkalldirs: Reset ret when errno is EEXIST.
commitf994ef4335fe865856df1dfe251e060cfc14a9fe
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 27 Mar 2008 07:52:45 +0000 (27 08:52 +0100)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sat, 29 Mar 2008 16:41:22 +0000 (29 18:41 +0200)
treef89333e07f9902c31b88c89e39b8ca452dff728c
parent5e88382033710681746816b843e4e667f4c75910
mkalldirs: Reset ret when errno is EEXIST.

This bug was revelead while using bittorrent.
For filenames started with a dot and two slashes .//
the open_bittorrent_file returned -1 and set errno to EEXIST.
src/util/file.c