[dovecot-cvs] dovecot/src/lib file-dotlock.c,1.9,1.10

cras at procontrol.fi cras at procontrol.fi
Mon Oct 20 10:19:01 EEST 2003


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv6771/lib

Modified Files:
	file-dotlock.c 
Log Message:
fixed dovecot-uidlist permissions for shared mailboxes



Index: file-dotlock.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/file-dotlock.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- file-dotlock.c	20 Oct 2003 05:01:57 -0000	1.9
+++ file-dotlock.c	20 Oct 2003 06:18:58 -0000	1.10
@@ -190,7 +190,7 @@
 			return -1;
 		}
 
-		fd = open(*path_r, O_RDWR | O_EXCL | O_CREAT, 0644);
+		fd = open(*path_r, O_RDWR | O_EXCL | O_CREAT, 0666);
 		if (fd != -1)
 			return fd;
 



More information about the dovecot-cvs mailing list