]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
And remove the flock default from here too..
authorTimo Sirainen <tss@iki.fi>
Sat, 8 Feb 2003 15:14:38 +0000 (17:14 +0200)
committerTimo Sirainen <tss@iki.fi>
Sat, 8 Feb 2003 15:14:38 +0000 (17:14 +0200)
--HG--
branch : HEAD

src/master/master-settings.c

index eafe7bc9e1357f765c10a7a1e47ef4bbe1df2711..7f57cb7a11961cff6381f33d8b16c1a908a041c3 100644 (file)
@@ -159,7 +159,7 @@ struct settings default_settings = {
        MEMBER(mail_read_mmaped) FALSE,
        MEMBER(maildir_copy_with_hardlinks) FALSE,
        MEMBER(maildir_check_content_changes) FALSE,
-       MEMBER(mbox_locks) "dotlock fcntl flock",
+       MEMBER(mbox_locks) "dotlock fcntl",
        MEMBER(mbox_read_dotlock) FALSE,
        MEMBER(mbox_lock_timeout) 300,
        MEMBER(mbox_dotlock_change_timeout) 30,