changeset 4212:59d5370a330f HEAD

Don't crash in NFS check if using mail path autodetection
author Timo Sirainen <tss@iki.fi>
date Fri, 21 Apr 2006 14:00:43 +0300
parents 044889ec438e
children 096b5a271614
files src/master/mail-process.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/master/mail-process.c	Thu Apr 20 22:50:45 2006 +0300
+++ b/src/master/mail-process.c	Fri Apr 21 14:00:43 2006 +0300
@@ -355,6 +355,7 @@
 			path = strchr(mail, ':');
 			if (path == NULL) {
 				/* autodetection for path */
+				path = mail;
 			} else {
 				/* format:path */
 				path++;