On Wed, 2009-07-29 at 11:04 +0200, Ralf Becker wrote:
> Jul 29 10:38:27 trevi mail:err|error dovecot: IMAP(beckerr):
>  fchown(/u/f0/rzuser/beckerr/Mail/.subscriptions.lock, -1, -1)
>  failed: Invalid argument
..
> I located the bug in src/lib/file-dotlock.c ... a patch is attached.
> -     if (fd != -1 && (uid != (uid)-1 || gid != (gid_t)-1)) {
> +     if (fd != -1 && (uid != (uid_t)-1 || gid != (gid_t)-1)) {

Whops, thanks, committed. :)

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to