[dovecot-cvs] dovecot/src/lib-settings settings.c,1.8,1.9

cras at procontrol.fi cras at procontrol.fi
Sat Jun 5 22:09:16 EEST 2004


Update of /home/cvs/dovecot/src/lib-settings
In directory talvi:/tmp/cvs-serv2081

Modified Files:
	settings.c 
Log Message:
Changed error message



Index: settings.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-settings/settings.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/settings.c	29 Aug 2003 14:31:06 -0000	1.8
+++ b/settings.c	5 Jun 2004 19:09:14 -0000	1.9
@@ -180,7 +180,7 @@
 			}
 
 			if (*line != '{')
-				errormsg = "Missing value";
+				errormsg = "Expecting '='";
 			else {
 				sections++;
 				if (next_section != NULL &&



More information about the dovecot-cvs mailing list