[dovecot/core] 23e079: fs-posix: Minor code cleanup - removed unnecessary...

GitHub noreply at github.com
Mon Apr 25 17:30:09 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 23e079a8583bfa157861991330f27dd1d6c7ae6d
      https://github.com/dovecot/core/commit/23e079a8583bfa157861991330f27dd1d6c7ae6d
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M src/lib-fs/fs-posix.c

  Log Message:
  -----------
  fs-posix: Minor code cleanup - removed unnecessary code.

If success==TRUE, temp_path==NULL always also.


  Commit: 3d798ec32957fea788cdefbc002f2e0fbb6f0556
      https://github.com/dovecot/core/commit/3d798ec32957fea788cdefbc002f2e0fbb6f0556
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M src/lib-fs/fs-posix.c

  Log Message:
  -----------
  fs-posix: If link() fails, preserve its errno through the following unlink()


  Commit: c977ee6ce06cbc0b4668fde1ec34f2f5e1773684
      https://github.com/dovecot/core/commit/c977ee6ce06cbc0b4668fde1ec34f2f5e1773684
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M src/lib-storage/mail-storage-service.c

  Log Message:
  -----------
  lib-storage: Don't use same session ID for multiple mail_storage_service_next() calls.

dsync does multiple mail_storage_service_next() calls for the same
mail_storage_service_user. This causes stats plugin to send the same
session ID to stats process, which complains about duplicates. Solved this
in a generic way by having the following mail_storage_service_next() calls
append :counter to session ID.


Compare: https://github.com/dovecot/core/compare/b540a53c8ac2...c977ee6ce06c


More information about the dovecot-cvs mailing list