Displaying 1 result from an estimated 1 matches for "dotlock_replace_flag_dont_close_fd".
2006 Jul 14
0
dovecot 1.00 RC2 bugs
...ns/quota/quota-maildir.c.orig Sun Jun 11 21:36:24 2006
+++ src/plugins/quota/quota-maildir.c Thu Jul 13 11:33:58 2006
@@ -246,11 +248,12 @@
return -1;
}
- if (file_dotlock_replace(&dotlock, 0) < 0) {
+ if (file_dotlock_replace(&dotlock,
DOTLOCK_REPLACE_FLAG_DONT_CLOSE_FD) < 0) {
mail_storage_set_critical(storage,
"file_dotlock_replace(%s) failed: %m", path);
return -1;
}
+ root->fd = fd;
return 0;
}
========================================================
This patch prese...