2eeca70fd1d9543ea856506e25ee9daf0efc33c7 |
|
06-Jul-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib: file_create_locked() - Treat mkdir() EEXIST error as success
This can happen in race conditions when multiple processes are mkdir()ing
the same directory. It shouldn't result in failure. |