[dovecot-cvs] dovecot/src/master mail-process.c,1.91,1.92

cras at dovecot.org cras at dovecot.org
Fri Apr 21 14:00:45 EEST 2006


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv13576

Modified Files:
	mail-process.c 
Log Message:
Don't crash in NFS check if using mail path autodetection



Index: mail-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/mail-process.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- mail-process.c	14 Apr 2006 18:20:57 -0000	1.91
+++ mail-process.c	21 Apr 2006 11:00:43 -0000	1.92
@@ -355,6 +355,7 @@
 			path = strchr(mail, ':');
 			if (path == NULL) {
 				/* autodetection for path */
+				path = mail;
 			} else {
 				/* format:path */
 				path++;



More information about the dovecot-cvs mailing list